diff options
Diffstat (limited to 'css/theme/default.css')
-rw-r--r-- | css/theme/default.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/css/theme/default.css b/css/theme/default.css index 71bcc17..a234861 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -128,13 +128,6 @@ body { border-top-color: #71e9f4; } /********************************************* - * SLIDE NUMBER - *********************************************/ -.reveal .slide-number { - color: #13daec; -} - -/********************************************* * 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: #13daec; } |