summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-12-22 21:33:23 +0100
committerStefan Kügel <skuegel@web.de>2023-12-22 21:33:23 +0100
commit01ef0d59be946484ee13e2f98a71015c70425430 (patch)
treebfb1d95585dd21a36be23988cc278775dc9101d8 /static/styles.css
parentdc904b66327e9edaed20a78311b0116928599ec0 (diff)
downloadwww-01ef0d59be946484ee13e2f98a71015c70425430.tar.gz
www-01ef0d59be946484ee13e2f98a71015c70425430.tar.bz2
www-01ef0d59be946484ee13e2f98a71015c70425430.zip
Darker blue applied on <h4> and nicer footer with link to project details and programme call
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css6
1 files changed, 3 insertions, 3 deletions
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
+}