-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththeme.css
More file actions
26 lines (22 loc) · 593 Bytes
/
theme.css
File metadata and controls
26 lines (22 loc) · 593 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
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
.reveal ul{ margin:0 !important;}
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
.flex-slide{display:flex}
.column {display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 4;
}
.double-column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.present {}
.flex-slide p.fragment{ font-size: 0.6em; }
h1, h2, h3, h4, h5, h6, p {color:white;}
/* Fix Issue of hidden content still taking up space */
.fragment.fade-in-then-out:not(.current-fragment) {
display:none;
}