Skip to content

Commit

Permalink
Merge pull request #32 from mrVragec/24_css_bugfix
Browse files Browse the repository at this point in the history
#24 - make text white
  • Loading branch information
mrVragec authored Nov 10, 2019
2 parents 32181a1 + 67c5e68 commit c931177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mvgmunich.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c931177

Please sign in to comment.