1
+ /* *
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is darkgreen.
4
+ *
5
+ * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
6
+ */
7
+
8
+
9
+ // Default mixins and settings -----------------
10
+ @import " reveal-js/dist/theme/template/mixins" ;
11
+ @import " reveal-js/dist/theme/template/settings" ;
12
+ // ---------------------------------------------
13
+
14
+
15
+ // Include theme-specific fonts
16
+ @import url (https://fonts.googleapis.com/css2?family=Noto+Sans+SC );
17
+
18
+
19
+ // Override theme settings (see ../template/settings.scss)
20
+ $mainFont : ' Noto Sans' , ' Noto Sans SC' , sans-serif ;
21
+ $mainColor : #000000 ;
22
+ $headingFont : ' Noto Sans' , ' Noto Sans SC' sans-serif ;
23
+ $headingColor : #000000 ;
24
+ $headingTextShadow : none ;
25
+ $headingTextTransform : none ;
26
+ $backgroundColor : #ffffff ;
27
+ $linkColor : #10BC9C ;
28
+ $linkColorHover : lighten ( $linkColor , 20% );
29
+ $selectionBackgroundColor : rgba (0 , 0 , 0 , 0.99 );
30
+
31
+ $headingFontWeight : 400 ;
32
+
33
+ $heading1Size : 2.5em ;
34
+ $heading2Size : 1.6em ;
35
+ $heading3Size : 1.4em ;
36
+ $heading4Size : 1.2em ;
37
+
38
+ // Change text colors against dark slide backgrounds
39
+ @include dark-bg-text-color (#fff );
40
+
41
+
42
+ // Theme template ------------------------------
43
+ @import " reveal-js/dist/theme/template/theme" ;
44
+ // ---------------------------------------------
0 commit comments