diff options
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r-- | css/theme/sky.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index 352627b..1a44760 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -125,13 +125,6 @@ body { border-top-color: #74a7cb; } /********************************************* - * SLIDE NUMBER - *********************************************/ -.reveal .slide-number { - color: #3b759e; -} - -/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { @@ -144,3 +137,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: #3b759e; } |