1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:14:39 -05:00

add hover effects!!

This commit is contained in:
Ashley 2023-02-12 17:48:32 +00:00
parent e02281716c
commit 2554dca3ca

View file

@ -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);