fix theme backgrounds in firefox fullscreen mode #1386
This commit is contained in:
parent
8162855d23
commit
b7e0d9b1c7
14 changed files with 135 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue