generated from eirini-zormpa/2023-rsf-conf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.scss
53 lines (44 loc) · 947 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 --*/
$body-bg: #152733;
$body-color: #DFE8E9;
$link-color: #F26B5E;
$presentation-heading-color: #F2B705;
$code-color: #F2B705;
$code-block-bg: #F2B705;
$code-block-border-color: #000000;
$presentation-font-size-root: 36px;
/*-- scss:rules --*/
.reveal .slide-number {
color: $link-color;
}
.reveal .footer {
font-size: 0.35em !important;
text-align: right !important;
}
.reveal .slides section .fragment.semi-fade-out {
opacity: 1;
visibility: inherit;
&.visible {
opacity: 0.25;
visibility: inherit;
}
}
.sectionhead {
font-size: 1em;
text-align: center;
color: $presentation-heading-color;
font-family: $presentation-heading-font;
background-color: $body-bg;
margin: 1px;
padding: 2px 2px 2px 2px;
width: 120px;
border-left: 10px solid;
}
.blackbox {
color: #000000;
background-color: transparent;
margin: 1px;
padding: 5px 2px 5px 2px;
height: 205px;
border: 2px solid;
}