diff --git a/css/reveal.css b/css/reveal.css
index 3dda05e89cfbc543e5e26b1a9edd92e3e508ab59..e4897124829d3d6f16c354c83e02d6de77c4564d 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 63b1a9082066ca195fa3c31f88424572a6ac6c62..055798059d13fad18159f28ddea23e5b29500b3a 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;
 }