-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
48 lines (40 loc) · 811 Bytes
/
styles.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
/*-- scss:defaults --*/
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Oswald:wght@300;400;500&display=swap';
/* -- define colors vars --*/
$red: #bf0a30;
$black: #000000;
$bg: white ;
#quarto-content {
background-color: $bg;
font-family: 'Montserrat', sans-serif !important;
color: $black;
}
// header
.navbar {
height: 30px;
}
// title
.navbar-title {
font-size: 0.80em;
font-weight: 900;
color: $bg;
text-transform: uppercase;
letter-spacing: .1em;
}
// name in index
.title {
font-style: bold;
font-weight: 800;
color: #bf0a30
}
//footer
.footer {
height: 10px;
font-size: 0.75em;
font-weight: 400;
letter-spacing: .1em;
}
/*
#quarto-header {
border-bottom: 2px solid $black;
} */