From f791fc82937b06250c54117f680f3d43bf4aeac5 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Thu, 23 Feb 2023 15:37:58 +0100 Subject: [PATCH] Another color update --- gui/dashboard/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/dashboard/app.css b/gui/dashboard/app.css index ee59e77..1fcc1ab 100644 --- a/gui/dashboard/app.css +++ b/gui/dashboard/app.css @@ -5,7 +5,7 @@ html, body { --grey: grey; --red: #f00; --green: #1d641d; - --orange: #bfa200; + --orange: #d5d33d; --dark: #0a0a0a; --radius: 10px; --cols: 4;