-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.scss
53 lines (43 loc) · 980 Bytes
/
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
/*-- scss:defaults --*/
$font-family-sans-serif: Brown, Arial, sans-serif;
$presentation-h1-font-size: 1.6em;
$presentation-title-slide-text-align: left;
$progress-color: #A561FF;
/*-- scss:rules --*/
aside p {
font-size: 0.7em;
}
.reveal .quarto-title-block .quarto-title-authors {
justify-content: $presentation-title-slide-text-align;
padding-top: 1em;
}
.reveal .quarto-title-block .quarto-title-authors .quarto-title-author {
padding-left: 0;
}
.reveal .progress {
color: $progress-color;
}
.no-title-slide h2 {
display: none;
}
.reveal img.title-logo {
height: 8vh;
margin-bottom: 8vh;
}
.reveal video {
height: 550px;
}
#title-slide h1 {
margin-bottom: 5vh;
}
pre.full-height-js-code.sourceCode code {
max-height: 100%;
}
.q-a-slide h2 {
margin-top: 25vh;
font-size: 8rem;
width: fit-content;
background: linear-gradient(to right, #A561FF 0%, #64F0AF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}