diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:07:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:07:07 +0100 |
commit | a702051aef4b32fca7fd516a34415fcbb1e8c871 (patch) | |
tree | c5aa171840e44874484d1fe6d0d7e190070aab5d /sass/app.scss | |
parent | a36801c967c790ed10d7d074af12f9832a42aa50 (diff) |
Move theme switcher to bottom; add 'use device theme'
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 21 |
1 files changed, 17 insertions, 4 deletions
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 { |