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/light.scss | |
parent | 50e1f86eab4036ae19ffeafd9efb84ebe8ca5912 (diff) |
sass: prepare for hafas support
Diffstat (limited to 'sass/light.scss')
-rw-r--r-- | sass/light.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/light.scss b/sass/light.scss index 6410b0a..6312035 100644 --- a/sass/light.scss +++ b/sass/light.scss @@ -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; |