Tweak color blind negative color for improved contrast with text (#1422)

This commit is contained in:
Tim Wilkinson 2024-08-28 21:23:38 -07:00 committed by GitHub
parent c216d7dc34
commit 0ec883a746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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";