-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcustom.scss
61 lines (48 loc) · 1014 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
54
55
56
57
58
59
60
61
/*-- scss:defaults --*/
// Custom colours and variables
$jet: #131516;
$accent: #107895;
$accent2: #9a2515;
$right-arrow: "\2192"; // Unicode character for right arrow
$linkcolour: #00ffff;
// colors
//$body-bg: #f0f1eb !default;
//$body-color: $jet !default;
$link-color: $linkcolour !default;
//$selection-bg: #26351c !default;
/*-- scss:rules --*/
// title and headings
#title-slide {
text-align: center;
.title {
color: $body-color;
font-size: 1.4em;
font-weight: 350;
//line-height: 0;
}
.subtitle {
color: $accent;
font-style: italic;
}
.institute,
.quarto-title-affiliation,
.quarto-title-author-email {
font-style: italic;
// font-size: 80%;
color: #7F7F7F;
}
.author,
.quarto-title-author-name {
color: $body-color;
}
.quarto-title-authors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
.quarto-title-author {
//padding-left: 0em;
//padding-right: 0em;
//width: 100%;
}
}
}