ソースを参照

more slide number tweaking

Hakim El Hattab 9 年 前
コミット
fcfcf9e784
2 ファイル変更4 行追加4 行削除
  1. 2 2
      css/reveal.css
  2. 2 2
      css/reveal.scss

+ 2 - 2
css/reveal.css

@@ -275,12 +275,12 @@ html:-moz-full-screen-ancestor {
   display: block;
   right: 8px;
   bottom: 8px;
-  opacity: 0.5;
   z-index: 31;
   font-family: Helvetica, sans-serif;
   font-size: 12px;
+  line-height: 1;
   color: #fff;
-  background-color: rgba(0, 0, 0, 0.7);
+  background-color: rgba(0, 0, 0, 0.4);
   padding: 5px; }
 
 .reveal .slide-number-delimiter {

+ 2 - 2
css/reveal.scss

@@ -331,12 +331,12 @@ html:-moz-full-screen-ancestor {
 	display: block;
 	right: 8px;
 	bottom: 8px;
-	opacity: 0.5;
 	z-index: 31;
 	font-family: Helvetica, sans-serif;
 	font-size: 12px;
+	line-height: 1;
 	color: #fff;
-	background-color: rgba( 0, 0, 0, 0.7 );
+	background-color: rgba( 0, 0, 0, 0.4 );
 	padding: 5px;
 }