From 98f4bf5b316ffc39ac921a9c715b10ddf1ec3658 Mon Sep 17 00:00:00 2001 From: Oyeyipo Emmanuel Date: Fri, 14 Jul 2023 06:08:06 -0500 Subject: [PATCH] Added Color and transition to hover effect in the nav links --- src/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index a2ec9651..cd51f4a6 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -103,6 +103,12 @@ body { font-weight: var(--weight-semibold); } +.navbar .nav-link:hover{ + color:#fdea6b; + font-size:1rem; + transition:.3s; +} + .navbar #logo img { display: block; width: 40px;