diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 20:19:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 20:19:17 +0200 |
commit | 6bd4321332f110e68b443f3fdfeaf06590caa875 (patch) | |
tree | d7b1988cfcbe04ec748dabe449a4ba8429803fb6 | |
parent | 5554deed5f7bab334425a14aee5b51158c8d5475 (diff) |
add "Str" for tram
-rw-r--r-- | sass/src/common/local.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 5a1ea51..54f90ca 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, &.Tram, &.Str { background-color: #c5161c; border-radius: 5rem; padding: .2rem .5rem; |