From 8ed9e16312036abb331870bfb11ca2c22f2d31ca Mon Sep 17 00:00:00 2001 From: saran sinha Date: Tue, 11 Oct 2022 00:02:51 +0530 Subject: [PATCH] added code in style.css file --- Website/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index a14a0422e..2e35eadcb 100644 --- a/Website/style.css +++ b/Website/style.css @@ -356,6 +356,8 @@ body::-webkit-scrollbar-thumb { transform: translateX(-50%); z-index: 1; color: var(--black); + position: relative; + top:65px; } header img { @@ -493,7 +495,7 @@ header { /* Info */ .info { - background-color: var(--background-color1); + background-color: var(--background-color); padding: 2rem 5rem; color: var(--black); }