From f5d4493d38bb2635b0639a8ad6869abaf6c6c92d Mon Sep 17 00:00:00 2001 From: unit0 Date: Wed, 18 Mar 2026 04:59:12 -0400 Subject: [PATCH] fix: status-ok color green instead of orange Co-Authored-By: Claude Sonnet 4.6 --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 76943b6..e17a6d6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -214,7 +214,7 @@ h1 { } .status-ok { - color: #d97706; + color: var(--green); } /* Warning color from mockup for "Some services offline" */