fix theme backgrounds in firefox fullscreen mode #1386
This commit is contained in:
@@ -14,6 +14,14 @@ body {
|
||||
background: #222;
|
||||
background-color: #222; }
|
||||
|
||||
html:-webkit-full-screen-ancestor {
|
||||
background: #222;
|
||||
background-color: #222; }
|
||||
|
||||
html:-moz-full-screen-ancestor {
|
||||
background: #222;
|
||||
background-color: #222; }
|
||||
|
||||
.reveal {
|
||||
font-family: "Source Sans Pro", Helvetica, sans-serif;
|
||||
font-size: 42px;
|
||||
|
Reference in New Issue
Block a user