File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $backgroundColor: #fdf7e9;
8
8
$mainColor : #55303e ;
9
9
$headingColor : #55303e ;
10
10
11
- $mainFontSize : 38 px ;
11
+ $mainFontSize : 2 em ;
12
12
$mainFont : ' Inter' , Helvetica , sans-serif ;
13
13
$headingFont : ' Inter' , Helvetica , sans-serif ;
14
14
$headingTextShadow : none ;
@@ -26,14 +26,20 @@ $heading4Size: 1.0em;
26
26
27
27
@import " reveal-js/css/theme/template/theme" ;
28
28
29
+ .no-border {
30
+ border : none !important ;
31
+ background : none !important ;
32
+ box-shadow : none !important ;
33
+ }
34
+
29
35
.reveal code {
30
36
font-family : " Fira Code" , monospace ;
31
37
line-height : 130% ;
32
38
}
33
39
34
40
.mdm-logo {
35
41
margin : 0em !important ;
36
- height : 7 em ;
42
+ height : 9 em ;
37
43
border : none !important ;
38
44
background : none !important ;
39
45
box-shadow : none !important ;
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ theme = 'reveal-hugo'
6
6
[params .reveal_hugo ]
7
7
theme = " white"
8
8
highlight_theme = " solarized-light"
9
+ width = " 1440"
10
+ height = " 900"
9
11
10
12
[markup .highlight ]
11
13
codeFences = false
You can’t perform that action at this time.
0 commit comments