Add scrollbar hover color

This commit is contained in:
jeffvli
2022-12-14 20:03:06 -08:00
parent fb98bb1e8b
commit fdb177aecf
+4
View File
@@ -62,6 +62,10 @@ html {
background: var(--scrollbar-thumb-bg);
}
::-webkit-scrollbar-thumb:hover {
background: rgb(136, 136, 136);
}
a {
text-decoration: none;
}