1
Fork 0

add hover cursor stuff whoa cool

This commit is contained in:
Ashley 2023-02-14 14:36:39 +00:00
parent bbc7297520
commit e9ba5d691b

View file

@ -1,3 +1,4 @@
:root{
--chip-background-hover: #3f3f3f;
}
@ -991,3 +992,7 @@ nav .middle .search-bar {
font-stretch: extra-expanded !important;
}
form > .btn.btn-success:hover {
cursor: pointer;
}