From a702051aef4b32fca7fd516a34415fcbb1e8c871 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 3 Dec 2023 12:07:07 +0100 Subject: Move theme switcher to bottom; add 'use device theme' --- sass/app.scss | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index b561c77..f63c85c 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -30,6 +30,7 @@ a { p, div.about, +div.config, div.input-field, div.notes { max-width: 94%; @@ -669,15 +670,27 @@ div.candidatelist a .traininfo { padding-bottom: 0.3em; } -div.about { +div.config { margin-top: 2em; font-family: Sans-Serif; color: $fg2; + + a { + color: $link-color; + cursor: pointer; + text-decoration: none; + } } -div.about a { - color: $link-color; - text-decoration: none; +div.about { + margin-top: 1em; + font-family: Sans-Serif; + color: $fg2; + + a { + color: $link-color; + text-decoration: none; + } } .notice { -- cgit v1.2.3