From 67c5e688393e59cf46e7eb83140cfee0e4f66e9b Mon Sep 17 00:00:00 2001 From: Simon Crnko Date: Sat, 4 May 2019 22:31:18 +0200 Subject: [PATCH] #24 - make text white --- mvgmunich.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mvgmunich.css b/mvgmunich.css index 319d5c9..de155b7 100644 --- a/mvgmunich.css +++ b/mvgmunich.css @@ -13,6 +13,10 @@ min-width: 240px; } +.mvgmunich td { + color: white; +} + .mvgmunich td.tram { background: url(resources/tram.svg) no-repeat 0 0; width: 30px;