Browse Source

Fix comment backgrounds in cleandark theme

Nadav Tasher 5 months ago
parent
commit
b253683b3c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      client/components/boards/boardColors.css

+ 4 - 0
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;