From 75c19663856cd41dea3b540dd04aa0be421b171f Mon Sep 17 00:00:00 2001 From: Louis King Date: Tue, 10 Feb 2026 00:39:06 +0000 Subject: [PATCH] Fix Map nav icon color to exact DaisyUI warning yellow Co-Authored-By: Claude Opus 4.6 --- src/meshcore_hub/web/static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_hub/web/static/css/app.css b/src/meshcore_hub/web/static/css/app.css index aa7df99..f9df993 100644 --- a/src/meshcore_hub/web/static/css/app.css +++ b/src/meshcore_hub/web/static/css/app.css @@ -23,7 +23,7 @@ --color-nodes: oklch(0.65 0.24 265); /* violet */ --color-adverts: oklch(0.7 0.17 330); /* magenta */ --color-messages: oklch(0.75 0.18 180); /* teal */ - --color-map: oklch(0.8 0.17 80); /* yellow (matches btn-warning) */ + --color-map: oklch(0.8471 0.199 83.87); /* yellow (matches btn-warning) */ --color-members: oklch(0.72 0.17 50); /* orange */ }