Change scrollbar to a vibrant color

This commit is contained in:
KingRainbow44
2023-05-26 12:02:56 -04:00
parent 9f6f8bef79
commit 60d4211887

View File

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