mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 15:33:02 -06:00
give .button a pointer cursor too
This commit is contained in:
parent
554365433d
commit
f8d27a894b
1 changed files with 2 additions and 5 deletions
|
|
@ -67,17 +67,14 @@ a {
|
|||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
padding: 0.5rem;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: $acc2;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.count {
|
||||
background: $bg_accent;
|
||||
border-radius: 0.3rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue