From 4de18c1cdfb3976d3fbc2c7532215a22e3d3f05c Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 15 Dec 2019 22:03:43 +0000 Subject: [PATCH] Lighten background a bit --- server/static/css/signin.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/static/css/signin.css b/server/static/css/signin.css index ae611c7..d1a16fd 100644 --- a/server/static/css/signin.css +++ b/server/static/css/signin.css @@ -1,7 +1,7 @@ body { padding-top: 15%; padding-bottom: 20%; - background-color: #eee; + background-color: #efefef; } .form-signin { max-width: 330px; @@ -36,6 +36,9 @@ body { border-top-left-radius: 0; border-top-right-radius: 0; } +.form-signin input[type="text"] { + margin-bottom: 10px; +} .error { font-weight: bold; color: red; -- GitLab