diff options
| -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 8770eb7..bffe9a6 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, &.STB { +	&.STR, &.Tram, &.Str, &.Strb, &.STB {  		background-color: #c5161c;  		border-radius: 5rem;  		padding: .2rem .5rem; | 
