palette: brighten --secGn to 0,200,100 (re-spread the green ramp); position-status .fa-ban back to --priRd, .fa-circle-check on the new --secGn

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-06-08 23:08:07 -04:00
parent c683f02676
commit b7f943cd38
2 changed files with 4 additions and 4 deletions

View File

@@ -1174,7 +1174,7 @@ html .room-gate-page.room-gate-page .position-strip .gate-slot { pointer-events:
grid-row: 2;
justify-self: center;
font-size: 0.8rem;
&.fa-ban { color: rgba(var(--secRd), 1); }
&.fa-ban { color: rgba(var(--priRd), 1); }
&.fa-circle-check { color: rgba(var(--secGn), 1); }
}

View File

@@ -148,9 +148,9 @@
--sixLm: 25, 40, 6;
// green (A-Space)
--priGn: 0, 240, 125;
--secGn: 0, 135, 62;
--terGn: 0, 99, 41;
--quaGn: 0, 85, 35;
--secGn: 0, 200, 100;
--terGn: 0, 135, 62;
--quaGn: 0, 99, 41;
--quiGn: 0, 62, 23;
--sixGn: 0, 40, 12;
// teal (B-Space)