summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 18:16:49 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 18:16:49 +0200
commit11aa875f6e1f25a14a8a6d6e2c590873baa5662d (patch)
tree9985829598fd9ba82db401bc86da8621e965e502 /sass
parentc812c32d214c2c97eed875e85d00d4cc3c7c6982 (diff)
wagon order: show train numbers for wings
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss18
1 files changed, 15 insertions, 3 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 71e8425..d69e41e 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -165,10 +165,22 @@ div.content {
color: $link-color;
}
- .grouptype {
+ .groupno {
color: $fg;
}
+ .grouptype {
+ color: $fg2;
+ }
+
+ .grouptype:before {
+ content: "(";
+ }
+
+ .grouptype:after {
+ content: ")";
+ }
+
.uicunknown {
color: $fg3;
}
@@ -199,7 +211,7 @@ div.content {
font-weight: bold;
}
- .uic78::before {
+ .uic78:before {
content: "-";
}
@@ -217,7 +229,7 @@ div.content {
color: $fg3;
}
- .uiccheck::before {
+ .uiccheck:before {
content: "-";
}
}