Fix comment hover color
This commit is contained in:
parent
11a9ff53e4
commit
c7e0234d33
@ -133,6 +133,7 @@ a:not(.post_right):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sort > div, footer > a {
|
#sort > div, footer > a {
|
||||||
|
box-shadow: var(--black-contrast);
|
||||||
background: var(--outside);
|
background: var(--outside);
|
||||||
color: lightgrey;
|
color: lightgrey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -270,10 +271,6 @@ small {
|
|||||||
/* border: 2px solid var(--foreground); */
|
/* border: 2px solid var(--foreground); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment:hover {
|
|
||||||
background: var(--post);
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment_left, .comment_right {
|
.comment_left, .comment_right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user