소스 검색

Fix comment backgrounds in cleandark theme

Nadav Tasher 6 달 전
부모
커밋
b253683b3c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;