From 01ef0d59be946484ee13e2f98a71015c70425430 Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Fri, 22 Dec 2023 21:33:23 +0100 Subject: Darker blue applied on

and nicer footer with link to project details and programme call --- static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 076d318a..e2978ac4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -303,7 +303,7 @@ ul.timeline>li:before { height: 13%; bottom: 0; left: 0.2em; - background: #86b7fe; + background: #4e7bca; z-index: -1; } @@ -379,7 +379,7 @@ ul.timeline>li:before { .announce .carousel .overview b { text-transform: uppercase; - color: #86b7fe; + color: #4e7bca; } .announce .carousel-control-prev, @@ -423,4 +423,4 @@ ul.timeline>li:before { .announce .carousel-indicators button.active { background: #555; box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); -} \ No newline at end of file +} -- cgit v1.2.3