From 9874924d27ebde1600d0b058eafe4c76bf0b37d2 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 26 Apr 2022 12:55:48 +0100 Subject: [PATCH] colors --- app/templates/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/timeline.html b/app/templates/timeline.html index d93cf57..44b74ca 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -35,7 +35,7 @@ display: none; } .tl-timeline .tl-timegroup-message { - color: #FF0000 !important; + color: #000 !important; }