-
Notifications
You must be signed in to change notification settings - Fork 0
/
ljocha.scss
executable file
·70 lines (54 loc) · 1.42 KB
/
ljocha.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
62
63
64
65
66
67
68
69
/**
* White theme for reveal.js. This is the opposite of the 'black' theme.
*
* By Hakim El Hattab, http://hakim.se
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
// ---------------------------------------------
// Include theme-specific fonts
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
// $backgroundColor: #fff;
// Background generator
//@mixin bodyBackground() {
// @include radial-gradient( #9dc9e4, #e7ebfc );
//}
$mainColor: #822;
$headingColor: #111;
// $mainFontSize: 4vh;
$mainFont: 'Palatino';
$headingFont: 'Lato', sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: none;
$headingFontWeight: 600;
$linkColor: #2a76dd;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
//$heading1Size: 5em;
//$heading2Size: 1.0em;
//$heading3Size: 1.3em;
//$heading4Size: 1.0em;
.rise-enabled .text_cell {
font-size: 2.5vh !important;
}
.rise-enabled .code_cell {
font-size: 2vh !important;
}
section.has-dark-background {
&, h1, h2, h3, h4, h5, h6 {
color: #fff;
}
}
// Theme template ------------------------------
@import "../template/theme";
// ---------------------------------------------
// override the above @import
.reveal h1 {
color: #b82327;
}
.reveal h2 {
color: #0c7f12;
}