mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add hover cursor stuff whoa cool
This commit is contained in:
parent
bbc7297520
commit
e9ba5d691b
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
:root{
|
:root{
|
||||||
--chip-background-hover: #3f3f3f;
|
--chip-background-hover: #3f3f3f;
|
||||||
}
|
}
|
||||||
@ -991,3 +992,7 @@ nav .middle .search-bar {
|
|||||||
font-stretch: extra-expanded !important;
|
font-stretch: extra-expanded !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
form > .btn.btn-success:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user