mirror of https://github.com/aredn/aredn.git
Tweak color blind negative color for improved contrast with text (#1422)
This commit is contained in:
parent
c216d7dc34
commit
0ec883a746
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue