summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFloran Brutel <f.brutel@hexanet.fr>2015-05-09 18:49:57 +0200
committerFloran Brutel <f.brutel@hexanet.fr>2015-05-09 18:49:57 +0200
commitd407ccb9282861f5c9edc897eb79e42f5ffe5569 (patch)
treefdf37c5b4390f5108ce88fe1589ec5c28db20c76
parentdacb11db677398f5cf72e503c16910879d7b71cb (diff)
Use magenta for warning
-rw-r--r--glances/outputs/static/css/style.css4
1 files 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 {