From 6bb5a3fe14cf708c1bb2f98d9b331c0e02e26605 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Mon, 27 Nov 2023 14:25:27 +0100 Subject: [PATCH] test custom md --- assets/scss/common/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/common/_custom.scss b/assets/scss/common/_custom.scss index 6895593..fdc2425 100644 --- a/assets/scss/common/_custom.scss +++ b/assets/scss/common/_custom.scss @@ -64,7 +64,7 @@ a{ //color top navigation menu on Docs and Blogs .offcanvas .nav-link.active{ - color: $tetra-green; + color: $tetra-green !important; } [data-bs-theme="dark"] .offcanvas .nav-link.active{ -- GitLab