mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:18:07 +01:00
fix loggedout-dropdown button cursor
This commit is contained in:
parent
48daee2581
commit
cc62e2deab
1 changed files with 4 additions and 0 deletions
|
@ -580,6 +580,10 @@ a.avatar {
|
|||
display: block;
|
||||
}
|
||||
|
||||
label[for="loggedout-dropdown"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.new-button.engagement:hover {
|
||||
background-color: #0009;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue