-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
63 lines (52 loc) · 1.06 KB
/
styles.css
File metadata and controls
63 lines (52 loc) · 1.06 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
57
58
59
60
61
62
63
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Ubuntu:wght@400;700&display=swap');
.slide-background-content{
background-color: #FFFFFF;
background-size: 100% 100%;
}
.reveal h1 {
text-align: center;
font-size: 45px;
margin-bottom: 30px;
}
.reveal h2 {
text-align: center;
font-size: 40px;
margin-bottom: 30px;
}
.reveal h3 {
text-align: left;
font-size: 30px;
margin-top: 30px;
}
body:after {
content: url(../../images/Presentation_QR-code.png);
position: fixed;
bottom: 45em;
left: 108em;
box-shadow: 3px 3px 5px #000; }
.reveal .audio-controls audio {
margin: 1;
width: 25px;
max-width: 50%;
transform: translateX(-90%);
}
/* Apply Ubuntu to all heading elements within slides */
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: 'Ubuntu', sans-serif;
}
/* Apply Montserrat to body text, paragraphs, and list items */
.reveal p,
.reveal li,
.reveal span {
font-family: 'Montserrat', sans-serif;
}
div {
&.callout {
font-size: 1.5rem !important;
}
}