From d407ccb9282861f5c9edc897eb79e42f5ffe5569 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Sat, 9 May 2015 18:49:57 +0200 Subject: [PATCH] Use magenta for warning --- glances/outputs/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/outputs/static/css/style.css b/glances/outputs/static/css/style.css index 30f0e725..d1bf4d1b 100644 --- a/glances/outputs/static/css/style.css +++ b/glances/outputs/static/css/style.css @@ -74,10 +74,10 @@ body { color: white; } .warning { - color: orange; + color: magenta; } .warning_log { - background-color: orange; + background-color: magenta; color: white; } .critical {