mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39: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;
|
||||
color: white;
|
||||
}
|
||||
body.dark #post .crosspost {
|
||||
background: var(--darkbg);
|
||||
}
|
||||
a {
|
||||
color: var(--linkcolor);
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user