Fix up scrollbar colors so it's visible in the channel list
This commit is contained in:
parent
3da845e7c8
commit
022d9e1734
10
theme.css
10
theme.css
|
@ -29,7 +29,15 @@
|
|||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
background: var(--background-light-color);
|
||||
background: hsl(192, 100%, 25%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical:hover {
|
||||
background: hsl(192, 100%, 30%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical:active {
|
||||
background: hsl(192, 100%, 40%);
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in New Issue