From 5757ba1b5730d4311b57c4c68b06921b4fda7f11 Mon Sep 17 00:00:00 2001 From: teddit Date: Sat, 21 Nov 2020 14:57:14 +0100 Subject: [PATCH] fix crosspost background for dark theme --- dist/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/css/styles.css b/dist/css/styles.css index 0b77e07..122e7c2 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -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;