1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-09 16:17:28 +02:00

style tweak

This commit is contained in:
Hakim El Hattab
2015-10-29 14:40:49 +01:00
parent 9b5e16055a
commit f87f3e60f3
2 changed files with 4 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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;
}