diff options
Diffstat (limited to 'css/theme/default.css')
-rw-r--r-- | css/theme/default.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/css/theme/default.css b/css/theme/default.css index 09e2055..60c40a3 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -115,10 +115,6 @@ body { .reveal .controls div.navigate-down.enabled { border-top-color: #13daec; } -.reveal .controls .slide-number { - color: #13daec; -} - .reveal .controls div.navigate-left.enabled:hover { border-right-color: #71e9f4; } @@ -132,6 +128,13 @@ body { border-top-color: #71e9f4; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #13daec; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |