-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththeme.css
More file actions
56 lines (53 loc) · 1.03 KB
/
theme.css
File metadata and controls
56 lines (53 loc) · 1.03 KB
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
.language-javascript > .line.focus {
background: transparent !important;
font-size: calc(1.325rem + 0.9vw);
color: #5cc4ea;
}
@media (min-width: 1200px) {
.language-javascript > .line.focus {
font-size: 2rem;
}
}
.reveal ul {
margin: 0 !important;
}
/* Fix Issue of hidden content still taking up space */
.fragment.fade-in-then-out:not(.current-fragment) {
display: none;
}
.present .flex-slide {
display: flex;
}
.present .column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 4;
}
.present .double-column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.present h1, .present h2, .present h3, .present h4, .present h5, .present h6, .present p {
color: white;
}
@media (min-width: 640px) {
.present img {
max-height: 15rem;
}
}
@media (min-width: 1024px) {
.present img {
max-height: 15rem;
}
}
.present .flex-slide p.fragment {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.present .flex-slide p.fragment {
font-size: 2rem;
}
}