add a simple text-shadow to improve readability

This commit is contained in:
Jan Koppe 2020-12-23 11:19:19 +00:00
parent a1def26bee
commit 66a416b094
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ body {
background: #000; background: #000;
color: #FFF; color: #FFF;
font-family: 'Orbitron'; font-family: 'Orbitron';
text-shadow: 3px 3px #000;
} }
/* === FAHRPLAN === */ /* === FAHRPLAN === */