From 69bf9b51ec441fa4f7924d53f3e620a203bff83d Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 27 Nov 2013 11:00:21 -0500 Subject: include slide number color in theme template --- css/theme/simple.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'css/theme/simple.css') diff --git a/css/theme/simple.css b/css/theme/simple.css index 3ae86dc..504606c 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -117,13 +117,6 @@ body { .reveal .controls div.navigate-down.enabled:hover { border-top-color: #0000f1; } -/********************************************* - * SLIDE NUMBER - *********************************************/ -.reveal .slide-number { - color: darkblue; -} - /********************************************* * PROGRESS BAR *********************************************/ @@ -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: darkblue; } -- cgit v1.2.3