From 02158fc2be6bf0126acf6cc284f76d427c9d4298 Mon Sep 17 00:00:00 2001 From: Lili Urban <74246564+SpielenmitLili@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:53:53 +0200 Subject: Add trip colours for EIP, FR, ICN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * - 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 --- sass/src/common/local.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sass/src/common') 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 { -- cgit v1.2.3