From b78f3c3721e3e04c7a330f98e4238d94851c0aa4 Mon Sep 17 00:00:00 2001 From: prx Date: Wed, 6 Oct 2021 14:18:22 +0200 Subject: [PATCH] improve title readability on white background --- issues/_common/header | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/issues/_common/header b/issues/_common/header index 8535f89..d27e745 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -21,6 +21,7 @@ font-size:3em; font-weight:bold; margin:0.75em auto; + text-shadow: 0 0 3px black; } #bsd { @@ -29,7 +30,7 @@ } #open { font-style: italic; - color: yellow; + color: #f5d300; border-bottom: 1px solid red; }