From 22c026acb1969175f7c02a9a95beea7c8ccdbe63 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 26 Jan 2019 00:05:12 +0100 Subject: [PATCH] Fix colours --- frontail.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontail.json b/frontail.json index 9d4bb1f..5a3624e 100644 --- a/frontail.json +++ b/frontail.json @@ -3,7 +3,7 @@ "ERROR": "color: #CC0C28;", "STATUS": "color: #2F76CC;", "DataFilter": "color: #138799", - "DataWriter": "color: #FFD400", + "DataWriter": "color: #FFBE05", "DataQueue": "color: #CC578F" }, "lines": { -- GitLab