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); }