1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-23 23:03:12 +02:00

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

@@ -57,15 +57,6 @@ body {
color: #000;
}
// Ensures that the main background color matches the
// theme in fullscreen mode
html:-webkit-full-screen-ancestor {
background-color: inherit;
}
html:-moz-full-screen-ancestor {
background-color: inherit;
}
/*********************************************
* VIEW FRAGMENTS