diff --git a/src/media/css/site.styl b/src/media/css/site.styl index 2dc0028c93..5cc0f82509 100644 --- a/src/media/css/site.styl +++ b/src/media/css/site.styl @@ -283,15 +283,15 @@ a:active { .hide-on-tablet { display: none !important; } + html { + background: $white; + } } @media $base-desktop { .hide-on-desktop { display: none !important; } - html { - background: $white; - } #page { padding-top: 18px; }