From acafbc1a8813b5c36b36bcfa2251942f5a52d076 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 28 Jul 2024 16:25:33 +0200 Subject: CSS: "STB" is tram, not subway --- sass/src/common/local.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sass') diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 54f90ca..8770eb7 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -214,7 +214,7 @@ ul.route-history > li { border-radius: 5rem; padding: .2rem .5rem; } - &.STR, &.Tram, &.Str { + &.STR, &.Tram, &.Str, &.STB { background-color: #c5161c; border-radius: 5rem; padding: .2rem .5rem; @@ -224,7 +224,7 @@ ul.route-history > li { border-radius: 5rem; padding: .2rem .5rem; } - &.U, &.STB, &.M { + &.U, &.M { background-color: #014e8d; border-radius: 5rem; padding: .2rem .5rem; -- cgit v1.2.3