aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
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/theme/template
parentb7e0d9b1c79a475249777d734a9675b1ba03a47a (diff)
downloadperl-software-in-gnu-guix-ce777e4c4b5517bf2210bc9839909413a48f42fa.tar
perl-software-in-gnu-guix-ce777e4c4b5517bf2210bc9839909413a48f42fa.tar.gz
Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 8d4b8a7..bcbaf0c 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -9,17 +9,6 @@ body {
background-color: $backgroundColor;
}
-// Ensures that the main background color matches the
-// theme in fullscreen mode
-html:-webkit-full-screen-ancestor {
- @include bodyBackground();
- background-color: $backgroundColor;
-}
-html:-moz-full-screen-ancestor {
- @include bodyBackground();
- background-color: $backgroundColor;
-}
-
.reveal {
font-family: $mainFont;
font-size: $mainFontSize;