-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfe-quarto-slides.scss
82 lines (64 loc) · 1.25 KB
/
dfe-quarto-slides.scss
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*-- scss:defaults --*/
$body-bg: #12436D;
$body-color: #efefef;
$link-color: #FCE46E;
#title-slide .subtitle {
font-size: 2rem;
}
.reveal section h1 {
color: $body-color !important;
}
.reveal section h3 {
margin-top: 0.6em !important;
color: $body-color !important;
}
.reveal a:hover {
color: $body-color !important;
}
.reveal a {
color: $link-color;
text-decoration: underline !important;
}
.reveal .slides p {
font-size: 1.75rem;
}
.reveal .slides li {
font-size: 1.75rem;
}
.reveal.smaller .slides h1 {
font-size: 5rem;
margin-bottom: 40px;
}
.reveal.smaller .slides h2,
.reveal .slides section.smaller h2 {
font-size: 2.25rem;
}
.reveal.smaller .slides h3,
.reveal .slides section.smaller h2 {
font-size: 1.75rem;
}
.reveal .slide figure>figcaption,
.reveal .slide img.stretch+p.caption,
.reveal .slide img.r-stretch+p.caption {
font-size: 0.7rem
}
.reveal .panel-tabset [role=tab] {
font-size: 1.25rem;
}
.box {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 10px;
border-radius: 5px;
font-size: 0.4rem
}
/* Used for final slide */
.center-content {
margin-top: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}