diff options
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 13 |
1 files changed, 6 insertions, 7 deletions
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 @@ -118,13 +118,6 @@ body { border-top-color: #0000f1; } /********************************************* - * SLIDE NUMBER - *********************************************/ -.reveal .slide-number { - color: darkblue; -} - -/********************************************* * 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: darkblue; } |