diff options
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; |