Skip to content

Commit f87f3e6

Browse files
committed
style tweak
1 parent 9b5e160 commit f87f3e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css/reveal.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,10 @@ html:-moz-full-screen-ancestor {
277277
bottom: 8px;
278278
opacity: 0.5;
279279
z-index: 31;
280+
font-family: Helvetica, sans-serif;
280281
font-size: 12px;
281282
color: #fff;
282-
background-color: rgba(0, 0, 0, 0.6);
283+
background-color: rgba(0, 0, 0, 0.7);
283284
padding: 5px; }
284285

285286
.reveal .slide-number-delimiter {

css/reveal.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,10 @@ html:-moz-full-screen-ancestor {
333333
bottom: 8px;
334334
opacity: 0.5;
335335
z-index: 31;
336+
font-family: Helvetica, sans-serif;
336337
font-size: 12px;
337338
color: #fff;
338-
background-color: rgba( 0, 0, 0, 0.6 );
339+
background-color: rgba( 0, 0, 0, 0.7 );
339340
padding: 5px;
340341
}
341342

0 commit comments

Comments
 (0)