From 198c2d1a003d2c09f299322d66404c2ce6c9f7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 8 Feb 2022 20:19:24 +0100 Subject: [PATCH] attachments: use title text color for default styling #173 --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index f4456b5ac1..5b60557a86 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -574,7 +574,7 @@ div.attachments.neutral { background-color: transparent; } div.attachments.neutral > div.label { - color: var(--MAIN-TEXT-color); + color: var(--MAIN-TITLES-TEXT-color); } /* Children shortcode */