forked from nhs-r-community/intro-quarto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nhsr-quarto.scss
59 lines (46 loc) · 855 Bytes
/
nhsr-quarto.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
/*-- scss:defaults --*/
$body-color: #000;
$link-color: #009639;
$body-bg: #FFF;
$code-block-bg: #FFF;
$code-bg: #FFF;
$dark-bg-text-color: #FFF;
$dark-bg-link-color: #FFF;
@import 'https://fonts.googleapis.com/css?family=Lato';
h1, h2, h3, h4, p {
font-family: 'Lato', Arial, sans-serif;
}
h1, h2 {
color: #005EB8;
text-align: center;
}
/*-- scss:rules --*/
.container{
display: flex;
}
.col{
flex: 1;
}
.reveal .slide blockquote {
border-left: 3px solid $text-muted;
padding-left: 0.5em;
}
.reveal .footer {
color: #005EB8;
font-family: 'Lato', Arial, sans-serif;
padding-bottom: 25px;
}
.reveal .slide-menu-button {
left: 100px;
top: 30px;
padding-left: 20px;
color: #005EB8;
}
.reveal .progress {
background: #FFF;
color: #005EB8;
height: 2%;
}
.reveal section h2 {
color: #005EB8;
}