diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-25 19:32:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-25 19:32:01 +0100 |
commit | a32109701fc567defbd6673e9cdf6bdf10b83ec7 (patch) | |
tree | 0e5e433678beb5f63496ffb5ce5a784b195541de /sass/dark.scss | |
parent | 50e1f86eab4036ae19ffeafd9efb84ebe8ca5912 (diff) |
sass: prepare for hafas support
Diffstat (limited to 'sass/dark.scss')
-rw-r--r-- | sass/dark.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss index 3c7f9eb..2dc7d01 100644 --- a/sass/dark.scss +++ b/sass/dark.scss @@ -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; |