aboutsummaryrefslogtreecommitdiff
path: root/css/theme/night.css
diff options
context:
space:
mode:
authoruriel <aa@bb.cc>2013-10-31 00:49:07 +0200
committeruriel <aa@bb.cc>2013-10-31 00:49:07 +0200
commitdda885b71abcf0ecc753bcda3e639f6aea352632 (patch)
tree2d68945c5c9a8facaaad184bfe86333a185254dd /css/theme/night.css
parent7b63cda19d0811073a6246d4d36ea7438fed6bce (diff)
downloadperl-software-in-gnu-guix-dda885b71abcf0ecc753bcda3e639f6aea352632.tar
perl-software-in-gnu-guix-dda885b71abcf0ecc753bcda3e639f6aea352632.tar.gz
move the slide-number out of the controls to a proper position and little fix to the updating event.
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index 7aaf960..609442b 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -103,9 +103,6 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #e7ad52; }
-.reveal .controls .slide-number {
- color: #e7ad52;
-}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #f3d7ac; }
@@ -119,6 +116,13 @@ body {
border-top-color: #f3d7ac; }
/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: #e7ad52;
+}
+
+/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {