diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-28 16:25:33 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-28 16:25:33 +0200 |
commit | acafbc1a8813b5c36b36bcfa2251942f5a52d076 (patch) | |
tree | 0c66e8d287c13a0b98fd2c3d55805ac73be46efa /sass/src | |
parent | 6659d761011b7303df50e9c05f749adaf2293047 (diff) |
CSS: "STB" is tram, not subway
Diffstat (limited to 'sass/src')
-rw-r--r-- | sass/src/common/local.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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; |