-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.scss
50 lines (40 loc) · 890 Bytes
/
custom.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
/*-- scss:defaults --*/
$body-bg: #000000;
$body-color: #eeeeee;
$link-color: #ffc72c;
$presentation-heading-color: #ffffff;
$code-color: green;
$text-muted: #3c3c3c;
$code-block-bg: #2c2c2c;
$code-block-border-color: #000000;
$font-family-sans-serif: "Slate Pro Condensed", Helvetica, sans-serif !default;
$font-family-monospace: "Comic Code Ligatures", SFMono-Regular, Menlo, Monaco, Consolas, monospace !default;
/*-- scss:rules --*/
.reveal ul {
width:90%;
}
.reveal li {
list-style-type: '🕷️';
padding-left: 1rem;
}
.reveal li::marker {
font-size: 1.5rem;
}
.h {
color: $link-color;
}
.hb {
color: $link-color;
font-weight: 700;
}
.parenthetical {
color: $link-color;
font-family: "Comback home", "Slate Pro Condensed", Arial, Helvetica, sans-serif;
font-weight: 100;
font-size: 75%;
float: right;
}
iframe {
border: none;
overflow: hidden;
}