diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 8 |
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 { |