diff options
author | Thulmi <81866282+Thulmi@users.noreply.github.com> | 2025-06-19 17:13:11 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-06-20 11:00:02 +0200 |
commit | 67fdda93c340007d1a667769a93fdb013998e218 (patch) | |
tree | ca00f5492dbf5d723dcec7b98a94bb1b6d7e2523 | |
parent | 4ebbc02cd257d00224c55b651626fc6571e4b258 (diff) |
Add some EFA trip types to local.scss
This commit adds the trip types "SB", "Rufbus", "Regionalbus", "Landbus", "BSV", and RVV-Bus-Linie" to the "Bus" category.
It adds the trip types "Stadtbahn" and "Niederflurstrab" to the "Tram" category.
It adds the trip type "UBAHN" to the "U-Bahn" category.
-rw-r--r-- | sass/src/common/local.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 76e19de..7f79745 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -209,12 +209,12 @@ ul.route-history > li { min-width: 6ch; margin: 0 auto; - &.Bus, &.BUS, &.RUF, &.AST, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi { + &.Bus, &.BUS, &.RUF, &.AST, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.Landbus, &.Regionalbus, &.RegionalBus, &.SB, &.ExpressBus, &.RufTaxi, &.Rufbus, &.Linientaxi, &.BSV, &.RVV-Bus-Linie { background-color: #a3167e; border-radius: 5rem; padding: .2rem .5rem; } - &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram { + &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram, &.Stadtbahn, &.Niederflurstrab { background-color: #c5161c; border-radius: 5rem; padding: .2rem .5rem; @@ -224,7 +224,7 @@ ul.route-history > li { border-radius: 5rem; padding: .2rem .5rem; } - &.U, &.M, &.SUBWAY, &.U-Bahn { + &.U, &.M, &.SUBWAY, &.U-Bahn, &.UBAHN { background-color: #014e8d; border-radius: 5rem; padding: .2rem .5rem; |