From b253683b3cad54b7c1c9ef7cf23393cb9750ba5d Mon Sep 17 00:00:00 2001 From: Nadav Tasher Date: Mon, 30 Dec 2024 20:23:54 +0200 Subject: [PATCH] Fix comment backgrounds in cleandark theme --- client/components/boards/boardColors.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index cecf559f0..e03b80fdd 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2993,6 +2993,10 @@ THEME - Clean Dark color: rgba(255, 255, 255, 0.85); } +.board-color-cleandark .comments .comment .comment-desc .comment-text { + background: transparent; +} + .board-color-cleandark .activity-checklist, .board-color-cleandark .activity-comment { background: none !important;