mirror of
https://github.com/kognise/water.css.git
synced 2025-08-10 23:24:08 +02:00
Fix scrollbar color
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user