From 93791f4142aa488a4176436dc9dc04ac839cea79 Mon Sep 17 00:00:00 2001 From: Factve Date: Sat, 3 Aug 2024 18:42:27 +0530 Subject: [PATCH] active navbar --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index aab03140..d040c4b9 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,8 @@ .nav-link.active { /* Your active state styles, e.g., */ font-weight: bold; - color: skyblue; + color: black; + } /* Navbar styles */