Loading sass/app.scss +16 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,22 @@ div.app { border: 2px solid $bahn-color; } .tram, .bus, .ubahn { padding:3px 5px 2px 5px; } .tram { background-color: $tram-color; } .bus { background-color: $bus-color; } .ubahn { background-color: $ubahn-color; } .moreinfo { font-size:2.1em; position:fixed; Loading sass/dark.scss +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ $sbahn-color: #115511; $bahn-color: #333333; $fern-color: #551111; $ext-border-color: #993333; $tram-color: #441111; $ubahn-color: #071e62; $bus-color: #551155; $route-color: #dddddd; Loading sass/light.scss +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ $sbahn-color: #95d79f; $bahn-color: #eeeeee; $fern-color: #ffdddd; $ext-border-color: #ff6666; $tram-color: #ffcccc; $ubahn-color: #aac0ff; $bus-color: #eeaaee; $route-color: #444444; Loading Loading
sass/app.scss +16 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,22 @@ div.app { border: 2px solid $bahn-color; } .tram, .bus, .ubahn { padding:3px 5px 2px 5px; } .tram { background-color: $tram-color; } .bus { background-color: $bus-color; } .ubahn { background-color: $ubahn-color; } .moreinfo { font-size:2.1em; position:fixed; Loading
sass/dark.scss +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ $sbahn-color: #115511; $bahn-color: #333333; $fern-color: #551111; $ext-border-color: #993333; $tram-color: #441111; $ubahn-color: #071e62; $bus-color: #551155; $route-color: #dddddd; Loading
sass/light.scss +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ $sbahn-color: #95d79f; $bahn-color: #eeeeee; $fern-color: #ffdddd; $ext-border-color: #ff6666; $tram-color: #ffcccc; $ubahn-color: #aac0ff; $bus-color: #eeaaee; $route-color: #444444; Loading