Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body.dark-mode {
}

header.dark-mode {
background-color: #444;
background-color: #4440;
}

button.dark-mode {
Expand Down Expand Up @@ -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;
Expand Down