diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-26 12:14:07 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-26 12:14:07 +0200 |
commit | e4469a55553423344e8b6fe5251eeb58e7c3e9bd (patch) | |
tree | 236dfb8fd6dd7e66b518bbab82750195c95169d7 | |
parent | 6c99397ade62678426b8d7ff193d7bb7bb9a396b (diff) |
monitoring: Improve readability of pastel style
Change-Id: Ic2e8963ad9754b349064e535ed17fc768c0d8063
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | test/monitoring/monitor-pastel.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitoring/monitor-pastel.css b/test/monitoring/monitor-pastel.css index d5cf3f6f..839f574f 100644 --- a/test/monitoring/monitor-pastel.css +++ b/test/monitoring/monitor-pastel.css @@ -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; } |