forked from DU-Bii/module-3-Stat-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.css
55 lines (46 loc) · 894 Bytes
/
slides.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
.reveal .slides {
text-align: inherit;
font-size: 20px;
color: white;
line-height: 2;
/* padding-bottom: 8px; /* not working ?*/
/* margin: 0 0 15px; /* not working ? */
}
/* Title of the slide show */
.reveal h1 {
font-size: 48px;
color: #88BBFF;
line-height: 1.3;
}
/* Slide titles */
.reveal h2 {
font-size: 36px;
color: #FFFF88;
line-height: 1.3;
}
/* not used ? */
.reveal .slide.level1 {
font-size: 28px;
color: white; /* to check if used, should be replaced if pops out */
line-height: 1.3;
}
/* Slide bullets */
.reveal .slide.level2 {
font-size: 24px;
color: white;
line-height: 1.3;
}
.reveal pre code {
font-size: 24px;
line-height: 1;
}
.reveal .sourceCode.r .co {
font-style: normal;
font-size: 24px;
line-height: 1;
}
.reveal .sourceCode.r .kw, .sourceCode.r .er {
color:inherit;
font-weight: normal;
line-height: 1;
}