From 1d9a710e3bd397f34ab36bae9019b16b930c5287 Mon Sep 17 00:00:00 2001 From: walster001 Date: Wed, 27 Nov 2024 22:05:43 +1030 Subject: [PATCH] Fix issue with comments not showing --- client/components/boards/boardColors.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index b6cda99c2..cecf559f0 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2648,6 +2648,9 @@ THEME - Exodark background: #2b2b2b !important; color: #fff; } +.board-color-exodark .card-details .comment-text { + color:#2b2b2b +} /*Fixes issue with comment text colour blending into background*/ .board-color-exodark .card-details .card-details-header { background: #2b2b2b; color: #fff;