From 04bf002fbcf562ac1ce8cf76c80201ea0326162e Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 8 Sep 2022 16:41:49 +0200 Subject: [PATCH] =?UTF-8?q?Fixe=20le=20menu=20pour=20qu'il=20se=20ferme=20?= =?UTF-8?q?apr=C3=A8s=20avoir=20cliqu=C3=A9=20sur=20un=20lien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/meghna-hugo/assets/css/style.css | 9 +++++++++ themes/meghna-hugo/layouts/partials/navigation.html | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 7c22c1c..620e4f9 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -446,6 +446,15 @@ a:hover { outline: 0; } +.navbar-dark .navbar-toggler { + color: #fff; + border-color: #fff; +} + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + .bg-1 { background-repeat: no-repeat; background-size: cover; diff --git a/themes/meghna-hugo/layouts/partials/navigation.html b/themes/meghna-hugo/layouts/partials/navigation.html index 2d227cf..681a2dc 100644 --- a/themes/meghna-hugo/layouts/partials/navigation.html +++ b/themes/meghna-hugo/layouts/partials/navigation.html @@ -1,3 +1,4 @@ +