fix: status-ok color green instead of orange
All checks were successful
Deploy / deploy (push) Successful in 4s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
unit0 2026-03-18 04:59:12 -04:00
parent 8736985e72
commit f5d4493d38

View File

@ -214,7 +214,7 @@ h1 {
} }
.status-ok { .status-ok {
color: #d97706; color: var(--green);
} }
/* Warning color from mockup for "Some services offline" */ /* Warning color from mockup for "Some services offline" */