From 47aeabfdbeba9a6afd3be61dd542670e48e12fe9 Mon Sep 17 00:00:00 2001 From: khurshed07 Date: Thu, 24 Oct 2024 22:48:48 +0530 Subject: [PATCH] Modify NavBar for Light & Dark Mode --- Css-files/navbarstyles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Css-files/navbarstyles.css b/Css-files/navbarstyles.css index 5f22fd7c..ab1247d2 100644 --- a/Css-files/navbarstyles.css +++ b/Css-files/navbarstyles.css @@ -44,6 +44,7 @@ body { } .nav-link { + border-radius: 12px; color: black; font-size: 1rem; font-family: var(--ff-philosopher); @@ -52,6 +53,9 @@ body { position: relative; transition: all 0.3s ease; } +.nav-link:hover{ + background-color: pink; +} .nav-item.dropdown .nav-link { text-decoration: none;