-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.scss
34 lines (28 loc) · 987 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
/*-- scss:uses --*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');
/*-- scss:defaults --*/
// fonts
$font-family-sans-serif: 'Roboto Slab', 'Roboto', sans-serif !default;
$presentation-font-size-root: 36px;
$font-weight-base: 300 !default;
// colors
// $body-color: #222 !default;
$body-bg: #fdfdfa !default;
$body-color: #1b1b1b !default;
$presentation-heading-color: #2a1780 !default;
// $presentation-heading-color: #2525b4 !default;
$selection-bg: lighten($presentation-heading-color, 10%) !default;
$selection-color: $body-bg !default;
// headings
$presentation-heading-font: 'Roboto Slab', sans-serif !default;
$presentation-heading-font-weight: 400 !default;
$presentation-title-slide-text-align: left !default;
/*-- scss:rules --*/
.reveal .footer > p {
// text-align: left;
// margin-left: 2rem;
// font-size: 1.5rem;
}
.reveal h1, .reveal h2 {
text-transform: uppercase;
}