Fix comment hover color

This commit is contained in:
spikecodes 2020-12-19 21:44:30 -08:00
parent 11a9ff53e4
commit c7e0234d33

View File

@ -133,6 +133,7 @@ a:not(.post_right):hover {
}
#sort > div, footer > a {
box-shadow: var(--black-contrast);
background: var(--outside);
color: lightgrey;
border-radius: 5px;
@ -270,10 +271,6 @@ small {
/* border: 2px solid var(--foreground); */
}
.comment:hover {
background: var(--post);
}
.comment_left, .comment_right {
display: flex;
flex-direction: column;