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:
@@ -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); }
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user