From 8bd86a8efec8fa2c5bc4391ff809fba8994338b3 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 4 Jul 2022 21:13:04 +0200 Subject: [PATCH] Fix CSS --- app/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index 9d9334e..d1a2340 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -169,7 +169,7 @@ nav.flexbox { text-decoration: none; } a.active { - color: #32cd32; + color: $secondary-color; font-weight: bold; } }