From 4ff9cb06193cfb1271a6c2a91b5d4b9372e46718 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 26 Apr 2022 12:54:23 +0100 Subject: [PATCH] colors --- app/static/css/partials/_layout.scss | 13 +++++++++---- app/templates/timeline.html | 3 +++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/static/css/partials/_layout.scss b/app/static/css/partials/_layout.scss index 5424c1c..a1dbba5 100644 --- a/app/static/css/partials/_layout.scss +++ b/app/static/css/partials/_layout.scss @@ -76,17 +76,22 @@ p { } .campaigns { - color:#1abc9c; + font-weight: bold; + //color:#1abc9c; } .places { - color:#f39c11; + font-weight: bold; + //color:#f39c11; } .actions { - color:#ff00cc; + font-weight: bold; + //color:#ff00cc; } .council{ - color:#3399cc; + font-weight: bold; + //color:#3399cc; } + .event .side-by-side { display: flex; flex-direction: row; diff --git a/app/templates/timeline.html b/app/templates/timeline.html index 83570a6..d93cf57 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -34,6 +34,9 @@ #intro, #contact { display: none; } + .tl-timeline .tl-timegroup-message { + color: #FF0000 !important; + }