From fba4232d17015439552f2992c037bdc8eb8ba718 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 29 Aug 2022 07:38:24 +0200 Subject: [PATCH] =?UTF-8?q?#47=20-=20Changer=20la=20couleur=20du=20burger?= =?UTF-8?q?=20en=20fonction=20du=20th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/navbar.scss b/sass/navbar.scss index f9583b9..fdca308 100644 --- a/sass/navbar.scss +++ b/sass/navbar.scss @@ -54,7 +54,7 @@ position: relative; width: 3.25rem; margin-left: auto; - color: rgba(0,0,0,.7); + color: var(--font-color); @include respond-to("medium-up") { display: none;