From 82082e8b6f02f7fa003f8cf311122fa013ae641e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 28 Mar 2022 17:07:03 +0200 Subject: server: show helpful information for result This includes the backlink to the lobby (auto-generated only for now) and a "help!"-button for sending mails. Also general info regarding which commit was linted / published. --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 7a84ea6..c2846ce 100644 --- a/static/style.css +++ b/static/style.css @@ -15,6 +15,11 @@ body { font-family: Ubuntu, sans-serif; } +.btn { + margin-left: 2em; + font-family: Ubuntu; +} + .main-content { padding: 2em; border-radius: 1em; -- cgit v1.2.3