Browse Source

style tweak

Hakim El Hattab 8 years ago
parent
commit
f87f3e60f3
2 changed files with 4 additions and 2 deletions
  1. 2 1
      css/reveal.css
  2. 2 1
      css/reveal.scss

+ 2 - 1
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 {

+ 2 - 1
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;
 }