aboutsummaryrefslogtreecommitdiff
path: root/css/theme/serif.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 11:00:21 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 11:00:21 -0500
commit69bf9b51ec441fa4f7924d53f3e620a203bff83d (patch)
treea0ad59bd78fd36c5bc1d9f213a13a75f7906dc26 /css/theme/serif.css
parent2be89c377238b1a43c1c855858c6746ae78c86a8 (diff)
downloadfreenode-live-2017-presentation-69bf9b51ec441fa4f7924d53f3e620a203bff83d.tar
freenode-live-2017-presentation-69bf9b51ec441fa4f7924d53f3e620a203bff83d.tar.gz
include slide number color in theme template
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r--css/theme/serif.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css
index fdc913a..d5f0ad8 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -118,13 +118,6 @@ body {
border-top-color: #8b7c69; }
/*********************************************
- * SLIDE NUMBER
- *********************************************/
-.reveal .slide-number {
- color: #51483d;
-}
-
-/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
@@ -137,3 +130,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: #51483d; }