From 089ed16b94d09e5adaa3befbeb8440495ccbf98a Mon Sep 17 00:00:00 2001 From: jency Date: Mon, 8 Jul 2024 21:02:52 +0530 Subject: [PATCH 1/7] Fixed Hover Color Matching in navbar on home page --- Css-files/navbar.css | 16 +++++++++++++--- index.html | 24 +++++++++++++----------- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/Css-files/navbar.css b/Css-files/navbar.css index 695abff0..fbe8df87 100644 --- a/Css-files/navbar.css +++ b/Css-files/navbar.css @@ -60,20 +60,30 @@ color: #f13800e4; } -.end-links .nav-item .nav-link:hover { +/* .end-links .nav-item .nav-link:hover { color: rgba(255, 183, 0, 0.705); -} +} */ .navbar-nav.center-links .active { color: #dc3545; border-bottom: 2px solid #dc3545; } -.navbar-nav.end-links .active { +/* .navbar-nav.end-links .active { color: rgba(255, 183, 0, 0.705); border-bottom: 2px solid rgba(255, 183, 0, 0.705); +} */ + +.nav-link:hover { + color: #dc3545; + transform: scale(1.15); } +.nav-items{ + padding: 10px; +} + + #theme-toggle-icon{ width: 30px; cursor: pointer; diff --git a/index.html b/index.html index 535de775..e3155860 100644 --- a/index.html +++ b/index.html @@ -80,13 +80,15 @@
@@ -119,13 +121,13 @@
From 5340986ec1349707ff3b11a6a864437b1f4e9809 Mon Sep 17 00:00:00 2001 From: Jency <149723236+jency1@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:28:55 +0530 Subject: [PATCH 3/7] centred links in navbar --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6dfde103..afe4afec 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ - -