summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index ee0cf66..8f468d7 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -554,6 +554,14 @@ div.app {
.cancelled-stop {
color: $cancelled-stop-color;
}
+
+ .past-stop {
+ list-style-type: disc;
+ }
+
+ .future-stop {
+ list-style-type: circle;
+ }
}
.db-attr {