mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39:26 +01:00
fix users background on dark theme
This commit is contained in:
parent
8a5334c9ac
commit
d59bda42c8
4
dist/css/styles.css
vendored
4
dist/css/styles.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user