-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwh.scss
More file actions
35 lines (29 loc) · 842 Bytes
/
wh.scss
File metadata and controls
35 lines (29 loc) · 842 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
/*-- scss:defaults --*/
$font-family-sans-serif: 'IBM Plex Sans';
$font-family-monospace: 'Source Code Pro';
$presentation-font-size-root: 1.6em;
$presentation-line-height: 1.5;
$margin-left: auto;
$margin-right: auto;
$link-color: #007E8C;
$code-color: #005A5A;
$selection-bg: #005A5A !default;
$presentation-title-color: #0057B7;
$presentation-heading-color: #0057B7;
$presentation-h1-font-size: 1.6em;
$presentation-h2-font-size: 1.4em;
/*-- scss:rules --*/
/*-- manually place logo --*/
.reveal .slide-logo {
display: block;
position: fixed;
bottom: 5px;
right: 12px;
top: unset !important;
left: unset !important;
height: 100px !important;
width: 100x !important;
max-width: unset !important;
max-height: unset !important;
}