[Perl] DAQ system for the FAPG.
style use grey range bar on quick cards
Replace the red/amber/green gradient with a neutral grey bar.
roles/dashboard/public/css/app.css
@@ -279,7 +279,7 @@
279
279
}
280
280
281
281
.reading-quick-item {
282
Removed:
--range-gradient: linear-gradient(90deg, #b42318 0%, #e8a308 35%, #276749 50%, #e8a308 65%, #b42318 100%);
282
Added:
--range-gradient: linear-gradient(90deg, var(--fapg-border), var(--fapg-border));
283
283
}
284
284
285
285
.reading-quick-item.is-stale {