style: retune spectrum gradient — dark green floor 0-30%, expand yellow/orange zones

This commit is contained in:
daniel-c-harvey
2026-06-08 14:54:56 -04:00
parent 561cd45237
commit 505ac0c47b
2 changed files with 11 additions and 8 deletions
@@ -27,9 +27,10 @@
height: var(--bar-height, 2%);
min-height: 2px;
background-image: linear-gradient(to top,
#2ECC71 0%, #2ECC71 55%,
#F4C430 62%, #F4C430 82%,
#FF6B35 88%, #FF6B35 100%
#1A5C38 0%, #1A5C38 27%,
#2ECC71 33%, #2ECC71 47%,
#F4C430 53%, #F4C430 72%,
#FF6B35 78%, #FF6B35 100%
);
background-size: 100% 40px;
background-position: bottom;