mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-26 16:04:41 +02:00
Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c7
.
This commit is contained in:
@@ -57,6 +57,15 @@ 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
|
||||
|
Reference in New Issue
Block a user