diff options
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r-- | css/theme/serif.css | 13 |
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; } |