-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.scss
More file actions
45 lines (33 loc) · 798 Bytes
/
custom.scss
File metadata and controls
45 lines (33 loc) · 798 Bytes
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
/*-- scss:defaults --*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&family=Noto+Sans+TC:wght@300;400;500&family=Roboto+Mono&display=swap');
$font-family-sans-serif: 'Rubik', sans-serif !default;
$link-color: #42affa;
$body-bg: #d7e3f5;
$body-color: #404041 !default;
$link-color: #495ED4 !default;
$code-color: #72994E !default;
$code-block-bg: #f0f0f5 !default;
/*-- scss:rules --*/
.reveal .slide blockquote {
border-left: 3px solid $text-muted;
padding-left: 0.5em;
}
h1.title {
font-weight: 600;
font-size: 44px;
line-height: 52px;
letter-spacing: -1px;
}
h1, h2, h3, h4, body {
font-family: $font-family-sans-serif;
font-weight: 600
}
h2 {
border-bottom: 4px solid #404041
}
ul {
font-size: 0.8em;
}
a {
color: $link-color;
}