From 4212bd2b8db993753f6d7e7fb731c82239739fc5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 27 Jan 2024 20:53:56 -0500 Subject: [PATCH] Add text color override for isso author too --- themes/red/assets/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index bc4f4a4..36ed18e 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -153,8 +153,8 @@ body { filter: invert(100%); } - .isso-thread-heading { - color: #fbeded; + .isso-thread-heading, .isso-author { + color: #fbeded !important; } }