mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 15:40:17 +00:00
Fix up scrollbar colors so it's visible in the channel list
This commit is contained in:
10
theme.css
10
theme.css
@@ -29,7 +29,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:vertical {
|
::-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 {
|
html {
|
||||||
|
|||||||
Reference in New Issue
Block a user