Change scrollbar to a vibrant color

This commit is contained in:
KingRainbow44 2023-05-26 12:02:56 -04:00
parent 9f6f8bef79
commit 60d4211887
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -82,6 +82,6 @@ button {
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: var(--primary-color); background: #4b5396;
border-radius: 10px; border-radius: 10px;
} }