-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.scss
62 lines (55 loc) · 1.2 KB
/
styles.scss
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*-- scss:rules --*/
/* header styles */
.reveal h1 {
font-weight: 700;
color: #00A4CF;
letter-spacing: -0.05em;
}
.reveal h2 {
font-weight: 300;
color: #64C147;
letter-spacing: -0.05em;
}
.reveal h3 {
font-weight: 300;
color: #00806E;
letter-spacing: -0.05em;
}
.reveal h4 {
font-weight: 300;
color: #958984;
}
.reveal h5 {
font-weight: 300;
color: #958984;
}
.reveal .slide a {
color: #00806E;
text-align: center;
}
.reveal p {
font-weight: 300;
color: #958984;
font-style: italic;
letter-spacing: -0.05em;
}
.reveal ul {
list-style: none; /* Remove default bullets */
}
.reveal ul li::before {
content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: #958984; /* Change the color */
display: inline-block; /* Needed to add space between the bullet and the text */
width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.reveal ol {
font-weight: 300;
font-size: 36px; /* roughly h3 font size */
color: #958984; /* Change the color */
}
.reveal ul {
font-weight: 300;
font-size: 36px; /* roughly h3 font size */
color: #958984; /* Change the color */
}