diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:29:59 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:29:59 +0200 |
commit | 35bf3022330602242d0d8dbf7a7b2a7b2bd66e71 (patch) | |
tree | 8072db177e5bf95500f72e82fdc2857561a4e0c4 /sass | |
parent | f0bbf6b8ab0b9ad5c8f8503792cdc807731280ab (diff) |
Indicate carriages belonging to other trains in carriage formation preview
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 d69e41e..fb81921 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -558,6 +558,14 @@ div.app { a { color: $fg; } + + .otherno { + color: $fg2; + } + + .meta { + color: $fg1; + } } .departure { |