-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyles.scss
75 lines (52 loc) · 1.08 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*-- scss:defaults --*/
$link-color: #CCCCFF ;
$font-family-sans-serif: 'Open Sans', sans-serif;
$font-family-monospace: 'Fira Mono', monospace;
$presentation-title-slide-text-align: center;
$theme-darkblue: #01364C;
$theme-red: #ccf2c7;
$theme-white: #CCCCFF;
$theme-yellow: #F4BA02;
/*-- scss:rules --*/
h1 {
color: #F4BA02!important;
line-height: 1.5;
}
h2 {
color: #C8F526 !important;
}
#title-slide {
.title {
font-size: 2.2em;
color: #F4BA02 ;
line-height: 100px;
}
.subtitle {
font-size: 1.3em;
}
.date{
color: grey;
font-size: .8em;
}
.quarto-title-author {
color: #ccf2c7;
line-height: 150px;
font-size: 1.1em;
}
}
.red {
color: $theme-red;
}
.white {
color: $theme-white;
}
.yellow {
color: $theme-yellow;
}
.panel-tabset-tabby a {
color: #fa520f;
}
.lineSpace {
line-height:12px;
}