diff options
author | Hakim El Hattab | 2016-06-20 10:27:04 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-20 10:27:04 +0200 |
commit | b7e0d9b1c79a475249777d734a9675b1ba03a47a (patch) | |
tree | 6b21f264423c692a0b7045b1583e1618dd63967c /css/reveal.scss | |
parent | 8162855d23601e66a25ba79dd4013ef416c4f1b4 (diff) |
fix theme backgrounds in firefox fullscreen mode #1386
Diffstat (limited to 'css/reveal.scss')
-rw-r--r-- | css/reveal.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/css/reveal.scss b/css/reveal.scss index f8d6904..9045428 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -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 |