diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-03 18:25:47 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-03 18:25:47 +0200 |
commit | 9ab221921ccb9628bd1e3c431f0c40faeb5162c7 (patch) | |
tree | a654290abc05d7241f90cde0067111a126b9fc51 /sass/app.scss | |
parent | 67b2fa47893f65cb007bde89d60f128f84a55de4 (diff) |
annotate train/line number changes along the route
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 4d8dd0c..767dcad 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -618,6 +618,12 @@ div.app { list-style-type: circle; } + .annotation { + color: $fg2; + list-style-type: none; + padding-left: 3em; + } + .sched-delayed:before { content: "("; } |