From 66a416b094e71839f21a25df9d6c902acc33eda7 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Wed, 23 Dec 2020 11:19:19 +0000 Subject: [PATCH] add a simple text-shadow to improve readability --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 1330765..e28254f 100644 --- a/index.css +++ b/index.css @@ -32,6 +32,7 @@ body { background: #000; color: #FFF; font-family: 'Orbitron'; + text-shadow: 3px 3px #000; } /* === FAHRPLAN === */