fix users background on dark theme

This commit is contained in:
teddit 2020-12-25 18:06:49 +01:00
parent 8a5334c9ac
commit d59bda42c8
1 changed files with 4 additions and 0 deletions

4
dist/css/styles.css vendored
View File

@ -126,6 +126,10 @@ body.dark #links .link .image .no-image,
body.dark #user .entry .image .no-image {
filter: opacity(0.5);
}
body.dark #user .comment {
width: 100%;
background: var(--darkbg);
}
body.dark #links .link .upvotes {
color: #858585;
}