From c14de1dd7425cec20ff0f1e4f293904940ecae3b Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 4 Mar 2024 21:03:59 +0200 Subject: [PATCH] update active color nav --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 7538786bb..b57ce4187 100644 --- a/css/index.css +++ b/css/index.css @@ -200,7 +200,7 @@ h1 { } h3 a:hover{ - color:#3d7200; + color:#2E83FF; }