Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Oct 18, 2024
2 parents 7d09cb7 + cc6ef02 commit 37235be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
border-radius: 5px;
}

.kun-dark-mode ::-webkit-scrollbar-track {
background: #1f3b5a;
border-radius: 0;
}

.kun-dark-mode ::-webkit-scrollbar-thumb {
background: var(--kungalgame-trans-blue-3);
border-radius: 5px;
}

@media (max-width: 700px) {
::-webkit-scrollbar {
width: 0;
Expand Down

0 comments on commit 37235be

Please sign in to comment.