generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 21
/
theme.scss
79 lines (65 loc) · 2.24 KB
/
theme.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
/*-- scss:defaults --*/
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wdth,wght@0,87.5,400;0,87.5,500;0,87.5,600;0,87.5,700;0,87.5,800;0,87.5,900;0,100,400;0,100,500;0,100,600;0,100,700;0,100,800;0,100,900;1,87.5,400;1,87.5,500;1,87.5,600;1,87.5,700;1,87.5,800;1,87.5,900;1,100,400;1,100,500;1,100,600;1,100,700;1,100,800;1,100,900&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;0,7..72,800;0,7..72,900;1,7..72,400;1,7..72,500;1,7..72,600;1,7..72,700;1,7..72,800;1,7..72,900&family=Spline+Sans+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Spline+Sans:wght@400;500;600;700&display=swap');
$font-family-sans-serif: 'Asap', 'Asap Condensed', 'Spline Sans', 'Tahoma', 'Arial', sans-serif;
$font-family-serif: 'Literata', 'Bodoni MT', 'Georgia', 'Times New Roman', Times, serif;
$presentation-heading-color: #28A87D;
$presentation-heading-font-weight: 800;
$link-color: #28a87d;
$link-color-dark: #79dfbd;
$link-color-visited: #28A87D;
$link-color-hover: #28A87D;
$presentation-selection-background-color: #C2D8D0;
$presentation-title-slide-text-align: "left";
$presentation-block-margin: .0375rem;
/*-- scss:rules --*/
h1 {
font-family: 'Literata', 'Bodoni MT', 'Georgia', 'Times New Roman', Times, serif;
font-weight: 800;
font-style: italic;
}
h2, h3, h4, span, body, .navbar-title {
font-family: 'Asap', 'Asap Condensed', 'Spline Sans', 'Tahoma', 'Arial', sans-serif;
font-stretch: 87.5%;
}
h2 {
font-weight: 600;
}
.navbar-title {
font-weight: 800;
}
code, .code {
font-family: 'Spline Sans Mono', 'Consolas', monospace;
}
.question {
border-left: 3px solid #28a87d;
padding: 0.5rem 0.5rem 0.2rem 1rem;
margin-top: 0.5rem;
margin-bottom: 0.3rem;
background: #d9f6ec;
}
.recap {
border-left: 3px solid #663399;
padding: 0.5rem 0.5rem 0.2rem 1rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
background: #e6d9f2;
}
.navbar {
padding-top: 1px;
padding-bottom: 1px;
}
.navbar-logo {
max-height: 60px;
}
h1.title {
font-family: 'Literata', 'Bodoni MT', 'Georgia', 'Times New Roman', Times, serif;
font-size: 2.75rem;
font-weight: 800;
line-height: 1.05;
font-style: italic;
}
@media screen and (max-width:768px) {
h1.title {
font-size: 1.7gith5em;
}
}