mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Fix scrollbar color
This commit is contained in:
parent
2d952880b2
commit
4bd606f3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue