fix crosspost background for dark theme

This commit is contained in:
teddit 2020-11-21 14:57:14 +01:00
parent 5e52297481
commit 5757ba1b57
1 changed files with 3 additions and 0 deletions

3
dist/css/styles.css vendored
View File

@ -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;