fix theme backgrounds in firefox fullscreen mode #1386

This commit is contained in:
Hakim El Hattab 2016-06-20 10:27:04 +02:00
parent 8162855d23
commit b7e0d9b1c7
14 changed files with 135 additions and 15 deletions

View file

@ -14,6 +14,14 @@ body {
background: #fff;
background-color: #fff; }
html:-webkit-full-screen-ancestor {
background: #fff;
background-color: #fff; }
html:-moz-full-screen-ancestor {
background: #fff;
background-color: #fff; }
.reveal {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 42px;