aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-21 11:27:24 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-21 11:27:24 +0200
commitce777e4c4b5517bf2210bc9839909413a48f42fa (patch)
treecfcdd3391293b9ef1c15e54e8d367139c4a9ceb5 /css/reveal.css
parentb7e0d9b1c79a475249777d734a9675b1ba03a47a (diff)
downloadfreenode-live-2017-presentation-ce777e4c4b5517bf2210bc9839909413a48f42fa.tar
freenode-live-2017-presentation-ce777e4c4b5517bf2210bc9839909413a48f42fa.tar.gz
Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 778076e..b203074 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -47,6 +47,12 @@ body {
background-color: #fff;
color: #000; }
+html:-webkit-full-screen-ancestor {
+ background-color: inherit; }
+
+html:-moz-full-screen-ancestor {
+ background-color: inherit; }
+
/*********************************************
* VIEW FRAGMENTS
*********************************************/