From 604d807198148e92a2d1cac05891e7b90c9a73e0 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 29 Sep 2020 22:35:47 +0200 Subject: [PATCH] Color fix --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f6eb4fc..143fa34 100644 --- a/css/style.css +++ b/css/style.css @@ -101,7 +101,7 @@ body { display: flex; flex-direction: column; } } #nav a, #nav-toggle { color: #afe1da; } -#nav .active a, #nav a:hover, #nav-toggle:hover { color: #40c375; } +#nav .active a, #nav a:hover, #nav-toggle:hover { color: #1e924d; } #nav-toggle { display: none; } -- GitLab