forked from green-striped-gecko/covid_canberra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatic-style.css
35 lines (28 loc) · 1.02 KB
/
static-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
/*------------- Whole Document---------------- */
body {
font-family: 'Lora', serif;
font-size: 19px;
}
/* table of content style */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #000000;
border-color: #000000;
}
/*----------------ADDING WHITE SPACE-------------*/
.title {
margin-top: 2em !important; /* means ignore all the subsequent rules, and apply !important rule and the !important keyword must be placed at the end of the line, immediately before the semicolon. */
margin-bottom: 0.75em;
}
.section h1,
.section h2 {
font-family: 'Roboto', sans-serif;
padding-top: 3em !important; /*adding so much padding because theme adds a margin-top: -65px by default */
margin-bottom: 0.75em;
},
.section h3,
.section h4,
.section h5