1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 07:34:43 +02:00

Fix scrollbar color

This commit is contained in:
Felix Mattick
2022-01-22 11:37:45 -06:00
parent 2d952880b2
commit 4bd606f3cb

View File

@@ -49,7 +49,7 @@ tbody tr:nth-child(even) button:hover {
}
html {
scrollbar-color: var(--scrollbar-thumb-pressed) var(--background);
scrollbar-color: var(--scrollbar-thumb-hover) var(--background);
}
::-webkit-scrollbar {