Skip to content

Instantly share code, notes, and snippets.

@TheUltDev
Created May 15, 2022 18:33
Show Gist options
  • Save TheUltDev/3c3e2b13411741c0d1f743dcf419ff88 to your computer and use it in GitHub Desktop.
Save TheUltDev/3c3e2b13411741c0d1f743dcf419ff88 to your computer and use it in GitHub Desktop.
::-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