monitoring: Improve readability of pastel style
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 26 Oct 2017 10:14:07 +0000 (12:14 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 26 Oct 2017 10:14:07 +0000 (12:14 +0200)
Change-Id: Ic2e8963ad9754b349064e535ed17fc768c0d8063
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
test/monitoring/monitor-pastel.css

index d5cf3f6..839f574 100644 (file)
@@ -266,7 +266,7 @@ body {
 /*******************************************************************/
 /* json format */
 
-.json.string { color: lightskyblue; } 
+.json.string { color: teal; } 
 .json.number { color: darkorange; } 
 .json.boolean { color: deepskyblue; } 
 .json.null { color: magenta; }