From 0ec883a74693c87d955c5e0bb297032f4d697726 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Wed, 28 Aug 2024 21:23:38 -0700 Subject: [PATCH] Tweak color blind negative color for improved contrast with text (#1422) --- files/app/resource/css/themes/color-blind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/app/resource/css/themes/color-blind.css b/files/app/resource/css/themes/color-blind.css index 1459f988..ec070c47 100755 --- a/files/app/resource/css/themes/color-blind.css +++ b/files/app/resource/css/themes/color-blind.css @@ -31,7 +31,7 @@ --ctrl-modal-bg-tertiary-color: #d0d0d0; --firmware-status-fg-color: #f0f0f0; --firmware-status-bg-color-positive: #3994fd; - --firmware-status-bg-color-negative: #f2b400; + --firmware-status-bg-color-negative: #bb8b00; --firmware-status-bg-color-other: #494cd6; --conn-fg-color-excellent: #3994fc; --conn-fg-color-good: #0079cd; @@ -42,7 +42,7 @@ --service-fg-color-status: #f0f0f0; --service-bg-color-status-active: #3994fd; --service-bg-color-status-inactive: #808080; - --service-bg-color-status-disabled: #f2b400; + --service-bg-color-status-disabled: #bb8b00; --service-status-active-text: "ON"; --service-status-inactive-text: "-"; --service-status-disabled-text: "OFF";