diff options
author | Lili Urban <74246564+SpielenmitLili@users.noreply.github.com> | 2025-08-25 11:53:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-25 11:53:53 +0200 |
commit | 02158fc2be6bf0126acf6cc284f76d427c9d4298 (patch) | |
tree | 5ff254a40e2e239dfdceb6f82dc3938f7eb70973 | |
parent | c540a3a37652cefbf404b83c0fbffb12682ead5a (diff) |
Add trip colours for EIP, FR, ICN
* - Added "Trm" used by ZVV-Backend
- Added "ECD" used by ÖBB-Backend
* More train-color bubbles
- Added EIP (polish Express Intercity Premium) to Highspeed Trains
- Added FR (italian Frecciarossa) to Highspeed Trains
- Added ICN (italian Intercity Notte (Nighttrain) to Nighttrains
---------
Co-authored-by: Lili Urban <mail@lili-urban.net>
-rw-r--r-- | sass/src/common/local.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index a026ace..34159fa 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -246,7 +246,7 @@ ul.route-history > li { &.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn, &.BRB { background-color: #1f4a87; } - // BE + // BE / NL &.ECD, // DE &.IC, &.ICE, &.EC, &.ECE, &.D, @@ -254,8 +254,10 @@ ul.route-history > li { &.IR, // FR &.TGV, &.OGV, &.EST, + // IT + &.FR, // PL - &.TLK, &.EIC, + &.TLK, &.EIC, &.EIP, // MOTIS &.HIGHSPEED_RAIL, &.LONG_DISTANCE { background-color: #ff0404; @@ -266,7 +268,7 @@ ul.route-history > li { &.RJ, &.RJX { background-color: #c63131; } - &.NJ, &.EN, &.NIGHT_RAIL { + &.NJ, &.EN, &.NIGHT_RAIL, &.ICN { background-color: #29255b; } &.WB { |