summaryrefslogtreecommitdiffhomepage
path: root/css/theme/beige.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index 7fb3ca4..089cb7b 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -128,13 +128,6 @@ body {
border-top-color: #c0a86e; }
/*********************************************
- * SLIDE NUMBER
- *********************************************/
-.reveal .slide-number {
- color: #8b743d;
-}
-
-/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
@@ -147,3 +140,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: #8b743d; }