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; + }