From 6a07f90370dd615c12918749eb062cccdfdd7b66 Mon Sep 17 00:00:00 2001 From: Pritam Sarbajna Date: Sat, 1 Oct 2022 18:22:31 +0530 Subject: [PATCH] Fixes #49 navbar issue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2d4fb69..7fae6bc 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,7 @@ text-shadow: 4px 3px 8px rgb(4, 4, 102); text-shadow: #023E8A; } .nav-item a:hover{ - color: rgb(230, 227, 227); + color: #058da8; width: fit-content; padding-bottom: 2px; border-bottom-style: solid;