From 7186853043d79c84e8f88549c759df347ce1b5d9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Aug 2021 22:19:25 +0200 Subject: add footer with version info and about/imprint/privacy links --- sass/app.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sass/app.scss') diff --git a/sass/app.scss b/sass/app.scss index a4f6840..9703217 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -14,6 +14,11 @@ html { margin-right: auto; } +a { + color: $link-color; + text-decoration: none; +} + .globalnote { margin-top: 1em; font-style: italic; @@ -331,6 +336,12 @@ ul.departures { } } +.about { + color: $fg2; + margin-top: 2em; + +} + @font-face { font-family: 'Material Icons'; font-style: normal; -- cgit v1.2.3