-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
49 lines (40 loc) · 812 Bytes
/
main.css
File metadata and controls
49 lines (40 loc) · 812 Bytes
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
body {
background: #fff !important;
background-color: #fff !important;
}
h1, h2, h3{
text-transform: none !important;
}
h1, h2, h3 {
color: #000000 !important;
text-shadow: 4px 4px 30px rgba(221,221,221, 1) !important;
}
h1{
font-size: 100px !important;
}
p {
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
}
.reveal a {
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
text-decoration: underline;
}
.reveal a:hover {
color: #000000;
text-decoration: none;
}
.reveal section img {
margin: none;
background: rgba(255, 255, 255, 0.0);
border: none;
box-shadow: none;
}
ul li{
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
}
div.present {
opacity: 0.7 !important;
}