-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.scss
93 lines (70 loc) · 1.95 KB
/
custom.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*-- scss:defaults --*/
// fonts
$font-family-sans-serif: 'EB Garamond', serif !default;
$font-family-monospace: "Fira Mono", monospace !default;
$presentation-title-slide-text-align: "left";
$code-block-font-size: 0.5em;
$code-color: #5f5f5f;
$presentation-heading-font-weight: 700 !default;
$presentation-h1-font-size: 1.5em !default;
$presentation-h2-font-size: 1.4em !default;
$presentation-h3-font-size: 1.2em !default;
$presentation-h4-font-size: 1em !default;
$presentation-font-smaller: 0.85em !default;
$presentation-line-height: 1.7em !default;
// colors
$code-color: #7BCDBA;
$body-bg: #FFFFFF !default;
$body-color: #231123 !default;
$link-color: #68737A !default;
$selection-bg: #AA0A37 !default;
// headings
$presentation-heading-font: 'Albert Sans', sans-serif !default;
$presentation-heading-color: #DF928E !default;
/*-- scss:rules --*/
@import url(https://fonts.googleapis.com/css?family=Fira+Mono:400,700);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.reveal a {
line-height: 1.5em;
}
.sectionhead {
font-size: 1em;
text-align: center;
color: #FFF;
font-family: $presentation-heading-font;
background-color: #67032F;
margin: 1px;
padding: 2px 2px 2px 2px;
width: 300px;
border-left: 10px solid;
}
.reveal .footer {
font-size: 0.5em !important;
}
#vcenter {
vertical-align: middle !important;
}
.small-text {
font-size: 25px;
}
.big-text {
font-size: 90px;
}
.big-text-long {
font-size: 70px;
}
#title-slide {
text-align: left;
.quarto-title-authors {
justify-content: left;
.quarto-title-author {
padding-left: 350px;
padding-right: 0;
width: 100%;
}
}
}
.text-c {
text-align: center;
}