From fcfcf9e7844b131d175a8567da5dac2168eb21ac Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 30 Oct 2015 09:27:32 +0100 Subject: [PATCH] more slide number tweaking --- css/reveal.css | 4 ++-- 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; }