mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-02-17 23:00:38 +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 {
|
body.dark #user .entry .image .no-image {
|
||||||
filter: opacity(0.5);
|
filter: opacity(0.5);
|
||||||
}
|
}
|
||||||
|
body.dark #user .comment {
|
||||||
|
width: 100%;
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
body.dark #links .link .upvotes {
|
body.dark #links .link .upvotes {
|
||||||
color: #858585;
|
color: #858585;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user