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

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 04:59:12 -04:00
co-authored by Claude Sonnet 4.6
parent 8736985e72
commit f5d4493d38
+1 -1
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" */