From 68f573cabaf5028ee5410ce4fa2957af5cb05c0f Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Thu, 14 Nov 2019 18:10:43 +0400 Subject: [PATCH] Correcting Blue background Matching button and text background to new logo color --- public/css/login.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/login.css b/public/css/login.css index 4e5ecb389..cc1497c09 100644 --- a/public/css/login.css +++ b/public/css/login.css @@ -22,7 +22,7 @@ #login h1 { - background:#3399cc; + background:#1071b9; padding:20px 0; font-size:140%; font-weight:300; @@ -46,7 +46,7 @@ input[type="text"], input[type="password"] input[type="submit"] { width:100%; - background:#3399cc; + background:#1071b9; margin-top:4%; border:0; padding:4%;