diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-24 21:11:45 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-24 21:11:59 +0200 |
commit | 2558df1b91e8aa2116fa88e34fc09055dca900ec (patch) | |
tree | 3036c37ca4961642b89b6a0b16f0d86317ad16f1 /sass | |
parent | fe3037348459ed7e4e54b13281e0a1e82a94a78f (diff) |
add a prominent backend selection link
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 4d02ee1..f92d5dc 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -1010,6 +1010,10 @@ input[type="submit"]:active, border-color: $button-hover-border; } +div.backendlink { + margin-top: 1ex; +} + div.notes { margin-top: 2em; } |