mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add scrollbar hover color
This commit is contained in:
@@ -62,6 +62,10 @@ html {
|
|||||||
background: var(--scrollbar-thumb-bg);
|
background: var(--scrollbar-thumb-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: rgb(136, 136, 136);
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user