1
Fork 0

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