-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
64 lines (52 loc) · 1011 Bytes
/
style.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
/*-- scss:defaults --*/
$body-bg: #222;
/*-- scss:rules --*/
:root {
--red: #C1301C;
--orange: #C96112;
--yellow: #C4A705;
--green: #177245;
--blue: #2E5793;
--purple: #4B2882;
}
/* rainbow borders */
.slide-background-content {
margin-top: 24px;
box-shadow: 0 -4px 0 0px var(--purple),
0 -8px 0 0px var(--blue),
0 -12px 0 0px var(--green),
0 -16px 0 0px var(--yellow),
0 -20px 0 0px var(--orange),
0 -24px 0 0px var(--red);
}
.checklist li {
list-style: none;
}
.checklist li::before {
content: '';
display: inline-block;
margin: 0 0 -.25em -1.3em;
height: 1.2em;
width: 1.2em;
background-image: url(images/checkbox.svg);
}
.plotcode {
font-size: .8em;
}
#figtwitter img {
border-radius: 50%;
}
#figtwitter .quarto-figure {
margin: 0;
}
#figtwitter figcaption {
position: relative;
top: -1em;
text-align: center;
}
figcaption {
text-align: center;
}
#fauxapp li {
font-size: 50%;
}