Web: Adjust colors for Queued, Requeueing
Do not use pink for queued/requeueing. Pink in Blender is used to indicate something going wrong (missing textures, broken shaders). Use a shade of blue instead which is closer in hue to green which means completed.
This commit is contained in:
parent
11955e209a
commit
8969ecb262
@ -47,10 +47,10 @@
|
||||
--color-status-failed: hsl(356 100% 59%);
|
||||
--color-status-soft-failed: hsl(356 70% 40%);
|
||||
|
||||
--color-status-queued: hsl(276, 100%, 50%);
|
||||
--color-status-requeueing: hsl(276, 100%, 50%);
|
||||
--color-status-canceled: hsl(194 100% 46%);
|
||||
--color-status-paused: hsl(194 20% 46%);
|
||||
--color-status-queued: hsl(194 100% 46%);
|
||||
--color-status-requeueing: hsl(194 100% 46%);
|
||||
|
||||
--color-status-cancel-requested: hsl(194 30% 50%);
|
||||
--color-status-under-construction: hsl(194 30% 50%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user