mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-29 02:59:26 +01:00
fix crosspost background for dark theme
This commit is contained in:
parent
5e52297481
commit
5757ba1b57
3
dist/css/styles.css
vendored
3
dist/css/styles.css
vendored
@ -207,6 +207,9 @@ body.dark .btn {
|
|||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
body.dark #post .crosspost {
|
||||||
|
background: var(--darkbg);
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--linkcolor);
|
color: var(--linkcolor);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user