reveal.js/css/theme/template/theme.scss in reveal-ck-0.1.8 vs reveal.js/css/theme/template/theme.scss in reveal-ck-0.2.0
- old
+ new
@@ -10,11 +10,11 @@
}
.reveal {
font-family: $mainFont;
font-size: $mainFontSize;
- font-weight: 200;
+ font-weight: normal;
letter-spacing: -0.02em;
color: $mainColor;
}
::selection {
@@ -157,7 +157,14 @@
-moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}
+
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: $linkColor;
+}