summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-25 17:27:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-25 17:27:57 +0100
commit0f9dde3810a3b86e0769e6013a19ccf0faeba0a3 (patch)
treecd2c4a5f2b9914f1e6d335f00038c12ebe66d209 /sass/app.scss
parent7d29c0f25f4d7e4e47ea726bcdac1985da866126 (diff)
add wagon images for IC and ICE 1/2/4
IC2, ICE 3 and ICE T will follow soon.
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 0227a92..26a1a56 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -36,6 +36,11 @@ div.content {
margin: 0;
}
+.copyright {
+ margin-top: 1em;
+ color: $fg3;
+}
+
.wagonorder {
position: relative;
width: 100%;
@@ -100,6 +105,10 @@ div.content {
color: $fg2;
}
+.wagonorder .details a.type {
+ color: $link-color;
+}
+
.wagonorder .details .uicunknown {
color: $fg3;
}