From 665394517838eec1239d1165762855fe6b09e6ea Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 9 Mar 2021 10:25:41 +0000 Subject: [PATCH] update text shadow. --- fet2020/static/app.css | 4 ++-- fet2020/templates/posts/show.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fet2020/static/app.css b/fet2020/static/app.css index f877b12f..407ef6e8 100644 --- a/fet2020/static/app.css +++ b/fet2020/static/app.css @@ -7793,7 +7793,7 @@ div.article-row-content > h6, .h6 { bottom: 15%; left: 5%; color: #fefefe; - text-shadow: 1px 1px 2px #0a0a0a; } + text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; } @media print, screen and (min-width: 40em) { .news-hero .news-hero-text, .news-hero-large .news-hero-text { left: 10%; } } @@ -8344,7 +8344,7 @@ div.footer div.grid-x { bottom: 3.125rem; left: 0; right: 0; - text-shadow: 1px 1px 2px #0a0a0a; } + text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; } @media print, screen and (max-width: 39.99875em) { .large-article-header-content { bottom: 1.25rem; } } diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 1da5a1ca..4b18e972 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -26,9 +26,9 @@
-
+ {{ post.subtitle|default_if_none:" "|tags_to_url }} -
+ {% if author_image and author %}