소스 검색

Merge pull request #5595 from walster001/main

Fix issue with comments not showing
Lauri Ojansivu 7 달 전
부모
커밋
785b312009
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      client/components/boards/boardColors.css

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