From af259747a24d5f8e996f953f1f24c430729d8e26 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 20 Sep 2022 15:39:35 +0200 Subject: [PATCH] dis: Change colors --- internal/component/control/html/static/dis.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/component/control/html/static/dis.css b/internal/component/control/html/static/dis.css index 5eabc84..658b863 100644 --- a/internal/component/control/html/static/dis.css +++ b/internal/component/control/html/static/dis.css @@ -58,10 +58,10 @@ footer { } .wisski.running { - background-color: green; + background-color: #9ADA07; } .wisski.stopped { - background-color: red; + background-color: #ff7a7a; }