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:
@@ -49,7 +49,7 @@ tbody tr:nth-child(even) button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--scrollbar-thumb-pressed) var(--background);
|
scrollbar-color: var(--scrollbar-thumb-hover) var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
Reference in New Issue
Block a user