瀏覽代碼

Fix font colour contrast CleanDark

Fixes the visibility of card titles when card is opened for CleanDark theme as was inheriting black title from CleanLight theme. 
Title now is white to match and heavily contrast theme.
walster001 1 周之前
父節點
當前提交
2ac374e578
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/boards/boardColors.css

+ 1 - 1
client/components/boards/boardColors.css

@@ -3492,7 +3492,7 @@ THEME - Clean Light
 
 .board-color-cleandark .card-details-header {
   background: #2E2E39 !important;
-  color: rgba(255, 255, 255, 1);
+  color:#FFF !important;
 }
 
 .board-color-cleanlight .card-details-header .card-details-title,