diff options
author | uriel | 2013-10-30 22:12:21 +0200 |
---|---|---|
committer | uriel | 2013-10-30 22:12:21 +0200 |
commit | 7b63cda19d0811073a6246d4d36ea7438fed6bce (patch) | |
tree | cec90873b1c4afeed89017a57b213d85ba076a2d /css/theme/beige.css | |
parent | 9da2921b7452204b99cd1b3e448e22735f16c751 (diff) |
Added slide numbers options and the css files updated as well.
the *.min.js didn't chaged yet.
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r-- | css/theme/beige.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 1d9a886..fd80f70 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -115,6 +115,10 @@ body { .reveal .controls div.navigate-down.enabled { border-top-color: #8b743d; } +.reveal .controls .slide-number { + color: #8b743d; +} + .reveal .controls div.navigate-left.enabled:hover { border-right-color: #c0a86e; } |