vendor/reveal.js/css/theme/moon.css in slide_hero-0.0.3 vs vendor/reveal.js/css/theme/moon.css in slide_hero-0.0.4
- old
+ new
@@ -25,11 +25,11 @@
background-color: #002b36; }
.reveal {
font-family: "Lato", sans-serif;
font-size: 36px;
- font-weight: 200;
+ font-weight: normal;
letter-spacing: -0.02em;
color: #93a1a1; }
::selection {
color: white;
@@ -138,5 +138,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: #268bd2; }