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