diff options
Diffstat (limited to 'css/reveal.scss')
-rw-r--r-- | css/reveal.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/reveal.scss b/css/reveal.scss index 63b1a90..0557980 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -333,9 +333,10 @@ html:-moz-full-screen-ancestor { bottom: 8px; opacity: 0.5; z-index: 31; + font-family: Helvetica, sans-serif; font-size: 12px; color: #fff; - background-color: rgba( 0, 0, 0, 0.6 ); + background-color: rgba( 0, 0, 0, 0.7 ); padding: 5px; } |