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;