diff options
author | uriel <aa@bb.cc> | 2013-10-30 22:12:21 +0200 |
---|---|---|
committer | uriel <aa@bb.cc> | 2013-10-30 22:12:21 +0200 |
commit | 7b63cda19d0811073a6246d4d36ea7438fed6bce (patch) | |
tree | cec90873b1c4afeed89017a57b213d85ba076a2d /css/theme/default.css | |
parent | 9da2921b7452204b99cd1b3e448e22735f16c751 (diff) | |
download | freenode-live-2017-presentation-7b63cda19d0811073a6246d4d36ea7438fed6bce.tar freenode-live-2017-presentation-7b63cda19d0811073a6246d4d36ea7438fed6bce.tar.gz |
Added slide numbers options and the css files updated as well.
the *.min.js didn't chaged yet.
Diffstat (limited to 'css/theme/default.css')
-rw-r--r-- | css/theme/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/default.css b/css/theme/default.css index 9a2f7c6..09e2055 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -115,6 +115,10 @@ 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; } |