aboutsummaryrefslogtreecommitdiff
path: root/css/theme/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index fe48c2e..e8703a5 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -116,13 +116,6 @@ body {
border-top-color: #f3d7ac; }
/*********************************************
- * SLIDE NUMBER
- *********************************************/
-.reveal .slide-number {
- color: #e7ad52;
-}
-
-/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
@@ -135,3 +128,9 @@ body {
-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; }