summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 14:09:43 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 14:09:43 +0200
commit7fd71889acd2680357d9ae4d1a70acc069c60255 (patch)
treee2247f53c108f94fb064d29ff77563f44c6689f4 /sass
parentb0c4a33ce49a8d05b6dc94865d844b05866882a5 (diff)
wagenreihung: increase train type and wagon type contrast
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss
index f24ac9c..71e8425 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -158,13 +158,17 @@ div.content {
.type {
display: inline-block;
width: 5em;
- color: $fg2;
+ color: $fg;
}
a.type {
color: $link-color;
}
+ .grouptype {
+ color: $fg;
+ }
+
.uicunknown {
color: $fg3;
}