From 30c1ef3076dc4186a75933ae5db5643a08d3b79e Mon Sep 17 00:00:00 2001 From: HarshPathak11 <146705265+HarshPathak11@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:21:48 +0530 Subject: [PATCH] Update styles.css --- styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 4b24321..9d2d7d2 100644 --- a/styles.css +++ b/styles.css @@ -23,7 +23,7 @@ body.dark-mode { } header.dark-mode { - background-color: #444; + background-color: #4440; } button.dark-mode { @@ -140,6 +140,15 @@ body::-webkit-scrollbar-thumb { box-shadow: 0px 0px 0px 100000vh rgb(45, 42, 42); border-radius: 8px; } +.loader{ + position: fixed; + display: block; + z-index: 2; + width: 100%; +} +.swiper{ + margin-top: 113px; +} .box { box-shadow: 0px 0px 4px black;