mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
add hover cursor stuff whoa cool
This commit is contained in:
parent
f1f0047115
commit
1bc29693bb
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue