From 07afdd9f718dece0c475f2f2b4f4b572aec52c8e Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 5 Feb 2020 12:44:02 +1000 Subject: [PATCH] add stat_orange to nox --- themes/nox/public/panel.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/nox/public/panel.css b/themes/nox/public/panel.css index 5d7b9c0f..ad1bb871 100644 --- a/themes/nox/public/panel.css +++ b/themes/nox/public/panel.css @@ -123,6 +123,9 @@ .stat_green { background-color: rgb(68,88,68); } +.stat_orange { + background-color: rgb(88,78,68); +} .stat_red { background-color: rgb(88,68,68); }