assets/reveal.js/css/theme/night.css in slippery-0.3.0 vs assets/reveal.js/css/theme/night.css in slippery-0.4.0
- old
+ new
@@ -13,11 +13,11 @@
background-color: #111111; }
.reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
- font-weight: 200;
+ font-weight: normal;
letter-spacing: -0.02em;
color: #eeeeee; }
::selection {
color: white;
@@ -126,5 +126,11 @@
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
+
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: #e7ad52; }