From 528b96e1c37c3fb979bcd337e2d96d4bf694ee89 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 30 Apr 2019 21:15:38 +0200 Subject: [PATCH] Mini timeline change --- www/timeline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/timeline.html b/www/timeline.html index 43e5c50..f960c35 100644 --- a/www/timeline.html +++ b/www/timeline.html @@ -21,11 +21,11 @@ } .vis-item.message { background: lightgray; - color:#333; + color:rgb(85, 87, 83); } .vis-item.message.vis-range{ background-color: darkgray; - border-color: green; + border-color: black; } .vis-item.speech { background-color: greenyellow;