diff options
Diffstat (limited to 'sass/dark.scss')
-rw-r--r-- | sass/dark.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss index 1b90571..34b82f4 100644 --- a/sass/dark.scss +++ b/sass/dark.scss @@ -23,6 +23,10 @@ $suburban-bg: #2f6639; $subway-bg: #2045b0; $bus-bg: #7f3d7f; +$cancelled-stop-color: #ff7777; $cancelled-bg-color: #512f00; +$delay-color: #ff7777; +$undelay-color: #77ff77; + @import 'app.scss'; |