fix(ui): increase info token saturation for readability

This commit is contained in:
Jason Staack
2026-03-21 13:14:28 -05:00
parent 357258d1c7
commit 2fd98fece0

View File

@@ -50,7 +50,7 @@
--success: 140 35% 35%; /* #3a7a4a */
--warning: 43 66% 36%; /* #9a7a20 */
--error: 11 48% 44%; /* #a85040 */
--info: 180 20% 40%; /* #528080 — desaturated warm teal */
--info: 175 35% 38%; /* #3f8278 — warm teal, readable */
--online: 140 35% 35%;
--offline: 11 48% 44%;
@@ -110,7 +110,7 @@
--success: 133 22% 45%; /* #5a8a62 */
--warning: 38 54% 50%; /* #c49a3a */
--error: 8 42% 53%; /* #c06050 */
--info: 180 20% 50%; /* #668f8f — desaturated warm teal */
--info: 175 35% 55%; /* #6bb0a5 — warm teal, readable */
--online: 133 22% 45%;
--offline: 8 42% 53%;