diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index ec7a969..ee0cf66 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -532,6 +532,10 @@ div.app { .verbose { margin-bottom: 1em; + + .no-realtime { + color: $cancelled-stop-color; + } } .mroute { |