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:
@@ -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
|
||||
|
Reference in New Issue
Block a user