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;