diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-30 09:27:32 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-30 09:27:32 +0100 |
commit | fcfcf9e7844b131d175a8567da5dac2168eb21ac (patch) | |
tree | 0f65e6cf484b57b5c3076edc42d0a0c0fffc9551 /css | |
parent | edfa131c9c7e4337766623a1413f2e6c46f343e0 (diff) | |
download | fosdem-2018-presentation-fcfcf9e7844b131d175a8567da5dac2168eb21ac.tar fosdem-2018-presentation-fcfcf9e7844b131d175a8567da5dac2168eb21ac.tar.gz |
more slide number tweaking
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 4 | ||||
-rw-r--r-- | css/reveal.scss | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css index 0cca324..2f115e5 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -275,12 +275,12 @@ html:-moz-full-screen-ancestor { display: block; right: 8px; bottom: 8px; - opacity: 0.5; z-index: 31; font-family: Helvetica, sans-serif; font-size: 12px; + line-height: 1; color: #fff; - background-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.4); padding: 5px; } .reveal .slide-number-delimiter { diff --git a/css/reveal.scss b/css/reveal.scss index 45f416f..d932269 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -331,12 +331,12 @@ html:-moz-full-screen-ancestor { display: block; right: 8px; bottom: 8px; - opacity: 0.5; z-index: 31; font-family: Helvetica, sans-serif; font-size: 12px; + line-height: 1; color: #fff; - background-color: rgba( 0, 0, 0, 0.7 ); + background-color: rgba( 0, 0, 0, 0.4 ); padding: 5px; } |