mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
fix crosspost background for dark theme
This commit is contained in:
Vendored
+3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user