diff options
author | Tim <67682506+Ein-Tim@users.noreply.github.com> | 2025-06-17 01:37:17 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-06-17 18:16:10 +0200 |
commit | 466387168c1c7bff3d7a015255baade71a7e981d (patch) | |
tree | 7f7880908f27718fa94a4e9ebb9f24b32ae20d01 /sass/src | |
parent | 519425e756844bdd63d002352e6640119929d847 (diff) |
local.scss: Add NachtBus, NachtTram & BRB train chip selector
This commit adds the trip type "NachtBus" to the "Bus" category and the trip type "NachtTram" to the "Tram" category.
It also adds the trip type "BRB" to the "RegionalBahn" / "RB" category.
Diffstat (limited to 'sass/src')
-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 f9d7f6e..76e19de 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, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi { + &.Bus, &.BUS, &.RUF, &.AST, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi { background-color: #a3167e; border-radius: 5rem; padding: .2rem .5rem; } - &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn { + &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram { background-color: #c5161c; border-radius: 5rem; padding: .2rem .5rem; @@ -232,7 +232,7 @@ ul.route-history > li { &.RE, &.IRE, &.REX, &.REGIONAL_FAST_RAIL { background-color: #ff4f00; } - &.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn { + &.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn, &.BRB { background-color: #1f4a87; } // DE |