diff options
author | Hakim El Hattab | 2016-06-21 11:27:24 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-21 11:27:24 +0200 |
commit | ce777e4c4b5517bf2210bc9839909413a48f42fa (patch) | |
tree | cfcdd3391293b9ef1c15e54e8d367139c4a9ceb5 /css/theme/black.css | |
parent | b7e0d9b1c79a475249777d734a9675b1ba03a47a (diff) |
Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index 635a2b1..96e4fd4 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -14,14 +14,6 @@ body { background: #222; background-color: #222; } -html:-webkit-full-screen-ancestor { - background: #222; - background-color: #222; } - -html:-moz-full-screen-ancestor { - background: #222; - background-color: #222; } - .reveal { font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 42px; |