Web: CSS, tweak status colours for Queued, Requeued, and Paused

I didn't like how "queued", "paused", and "cancelled" had the same colour,
as they represent rather different statuses (may run in future, vs. won't
run at all).
This commit is contained in:
Sybren A. Stüvel 2022-05-11 18:10:46 +02:00
parent c992966723
commit 2559238701

View File

@ -48,10 +48,10 @@
--color-status-failed: hsl(356 100% 59%);
--color-status-soft-failed: hsl(356 70% 40%);
--color-status-queued: hsl(194 100% 46%);
--color-status-requeued: hsl(194 100% 46%);
--color-status-queued: hsl(276, 100%, 50%);
--color-status-requeued: hsl(276, 100%, 50%);
--color-status-canceled: hsl(194 100% 46%);
--color-status-paused: hsl(194 100% 46%);
--color-status-paused: hsl(194 20% 46%);
--color-status-cancel-requested: hsl(194 30% 50%);
--color-status-under-construction: hsl(194 30% 50%);