From fe1426fa6ce65072a851fdc24166c70e1dac82b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 11 Oct 2022 09:58:20 +0200 Subject: [PATCH 3/4] disable nav-after-image, it hides the navigation --- static/saumur/_vars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/saumur/_vars.scss b/static/saumur/_vars.scss index 86c127ce..4bf8b04c 100644 --- a/static/saumur/_vars.scss +++ b/static/saumur/_vars.scss @@ -46,6 +46,7 @@ $link-hover-decoration: none; $responsive-menu: left-to-right; $nav-button-background: $white; +$nav-after-image: false; $nav-button-color: $black; $nav-mobile-menu-background: $white; -- 2.37.2