From f87f3e60f384cb9c98a16a3eb2abc6d462ee7539 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Thu, 29 Oct 2015 14:40:49 +0100
Subject: [PATCH] style tweak

---
 css/reveal.css  | 3 ++-
 css/reveal.scss | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/css/reveal.css b/css/reveal.css
index 3dda05e8..e4897124 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -277,9 +277,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; }
 
 .reveal .slide-number-delimiter {
diff --git a/css/reveal.scss b/css/reveal.scss
index 63b1a908..05579805 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;
 }
 
-- 
GitLab