From e301c8b569f7b87f602797bda66f3296d2c72c79 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Mon, 28 Sep 2020 20:20:35 +0200 Subject: [PATCH] Add high-contrast style, fixes #9 --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index f4027cc..7dfd653 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -183,10 +183,12 @@ time.icon span { .carousel-text-dark { color: #000; + text-shadow: 1px 1px 3px #fff; } .carousel-text-light { color: #fff; + text-shadow: 1px 1px 3px #000; } .button-wrapper { -- GitLab