files/reveal.js/css/theme/template/settings.scss in reveal-ck-3.9.2 vs files/reveal.js/css/theme/template/settings.scss in reveal-ck-4.0.0

- old
+ new

@@ -26,10 +26,12 @@ $heading1Size: 3.77em; $heading2Size: 2.11em; $heading3Size: 1.55em; $heading4Size: 1.00em; +$codeFont: monospace; + // Links and actions $linkColor: #13DAEC; $linkColorHover: lighten( $linkColor, 20% ); // Text selection @@ -38,6 +40,6 @@ // Generates the presentation background, can be overridden // to return a background image or gradient @mixin bodyBackground() { background: $backgroundColor; -} \ No newline at end of file +}