From 74674735dc8ff7667ab4cd670c297d772ada9092 Mon Sep 17 00:00:00 2001 From: singharpitaa Date: Thu, 3 Oct 2024 02:07:42 +0530 Subject: [PATCH] i have fixed the issue #6 --- index.html | 18 ++++++++++-------- style.css | 5 +++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 53dfdf6..4b4dd82 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,14 @@
diff --git a/style.css b/style.css index 2eedbb7..47c4d83 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ } + ::-webkit-scrollbar-track { background: #f1f1f1; } @@ -57,7 +58,7 @@ header{ .Hamburger{ display: flex; display: none; - background-color: #494952; + background-color: #f01616; position: relative; align-items: center; justify-content: center; @@ -86,7 +87,7 @@ header{ color:rgb(255, 251, 251); letter-spacing: 2px; &:hover{ - color: grey; + color: rgb(235, 10, 10); } } header img{