summaryrefslogtreecommitdiff
path: root/sass/src
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src')
-rw-r--r--sass/src/common/local.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss
index c3fe29c..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 {
+ &.STR, &.Tram, &.Str, &.Strb, &.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;
@@ -295,3 +295,8 @@ ul.route-history > li {
}
}
}
+
+a.timeline-link {
+ padding-top: 1ex;
+ padding-bottom: 1ex;
+}