Created
May 15, 2022 18:33
-
-
Save TheUltDev/3c3e2b13411741c0d1f743dcf419ff88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::-webkit-scrollbar { | |
background-color: #202324; | |
color: #aba499; | |
} | |
::-webkit-scrollbar-thumb { | |
background-color: #454a4d; | |
} | |
::-webkit-scrollbar-thumb:hover { | |
background-color: #575e62; | |
} | |
::-webkit-scrollbar-thumb:active { | |
background-color: #484e51; | |
} | |
::-webkit-scrollbar-corner { | |
background-color: #181a1b; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment