mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
add hover effects!!
This commit is contained in:
parent
9900f9d97c
commit
ae44de2837
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ a.avatar {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.comment-list.left-padding:hover {
|
||||
border: white solid;
|
||||
}
|
||||
|
||||
.comments-author.owner {
|
||||
margin: 5px;
|
||||
font-family: var(--text-font-primary);
|
||||
|
|
Loading…
Reference in a new issue