-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-light.scss
44 lines (36 loc) · 1.01 KB
/
theme-light.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
// Google Fonts
@import url('https://fonts.googleapis.com/css2?family=Handjet:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
/*-- scss:defaults --*/
$navbar-bg: #853d25;
$font-family-base: 'Montserrat', sans-serif;
$success: #ed4e0d;
// Custom Variables
$retro: 'Handjet', cursive;
/*-- scss:rules --*/
#title-block-header.quarto-title-block.default .quarto-title .title {
font-family: $retro;
font-size: $font-size-base * 5;
line-height: 0.8;
}
p.subtitle.lead {
font-family: $retro;
font-size: $font-size-base * 4.5;
margin-top: -18px;
margin-bottom: 0px;
padding-top: 0px !important;
}
.about-image {
margin-top: 1.5em;
}
#webr-run-button-1.btn.btn-default.btn-webr,
#webr-run-button-2.btn.btn-default.btn-webr,
#webr-run-button-3.btn.btn-default.btn-webr,
#webr-run-button-4.btn.btn-default.btn-webr,
.termsfeed-com---palette-light .cc-nb-okagree {
background-color: #ed4e0d;
}
nav.navbar.navbar-expand-lg {
padding-top: 10px;
padding-bottom: 10px;
}