-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
80 lines (63 loc) · 1.18 KB
/
custom.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
background-color: #ffffff;
}
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6{
margin: 0 0 15px 0;
color: #4a3c89;
font-family: Gill Sans MT;
font-weight: normal;
line-height: 1.2;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none;
word-wrap: break-word;
}
.reveal h1 {
font-size: 2em;
text-align: center;
color: #4a3c89;
font-family: Gill Sans MT;
font-weight: normal;
line-height: 1.2;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none;
word-wrap: break-word;
}
.reveal h2 {
font-size: 1em; }
.reveal h3 {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
.reveal p {
margin: 20px 0;
line-height: 1.3;
color: #fff;}
.reveal a {
color: ##4a3c89;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:hover {
color: #8dcffc;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #068de9; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em;
color: ##4a3c89}
.reveal section img{
border: none;
}