mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
CSS: "STB" is tram, not subway
This commit is contained in:
parent
6659d76101
commit
acafbc1a88
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue