From 74fe91fa3aa06eee0208fc3a255f5682459ad8c9 Mon Sep 17 00:00:00 2001 From: walster001 Date: Sat, 26 Apr 2025 01:40:15 +0930 Subject: [PATCH] Fix more contrasting issues - Fix contrast issue with CleanDark & CleanLight buttons on theme selection menu. --- client/components/boards/boardColors.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 10c5f74a2..4fb60aeea 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -3179,10 +3179,17 @@ THEME - Clean Dark margin-top: 8px; } +.board-color-cleandark.background-box { + background-color:#23232B; +} /*Fixes contrast issues with background box in theme selection list*/ /* =============== THEME - Clean Light =================*/ /* Please note Clean Light theme elements also contain references to some cleandark theme elements so if unable to find code you're looking for under CleanDark it might be here. This should probably be cleaned up*/ +.board-color-cleanlight.background-box { + background-color:#e0e0e0; + color:#010101!important; +} /*Fixes issues with text colour/background box being similar no contrast */ .board-color-cleanlight { background: #E0E0E0;