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