From a0719a5d1033083ad030776281c3eed9bceb3466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 11 Nov 2018 22:07:37 -0500 Subject: [PATCH] Background of menu needs to be dark all the time, not just for mobile (This was a bug in the static layouts, too, not just the actual site.) --- agaric/sass/agaric/_component.navbar.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/agaric/sass/agaric/_component.navbar.scss b/agaric/sass/agaric/_component.navbar.scss index 3ba80c9..1995fa0 100644 --- a/agaric/sass/agaric/_component.navbar.scss +++ b/agaric/sass/agaric/_component.navbar.scss @@ -103,9 +103,7 @@ } .navbar-menu { - @include mobile { - background-color: $dark; - } + background-color: $dark; } .navbar-dropdown {