From cd6447ada0504ee3f5f5ddc6350ec6e7f30b5f5b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 16:49:01 -0400 Subject: nfsw/static/auth.css: Update input's border styling. --- nfsw/static/auth.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nfsw') diff --git a/nfsw/static/auth.css b/nfsw/static/auth.css index eb349e2..f5366e5 100644 --- a/nfsw/static/auth.css +++ b/nfsw/static/auth.css @@ -66,7 +66,7 @@ input[type="text"], input[type="password"] { font-family: roboto-regular; font-size: 20px; - border: 3px solid rgb(90,90,90); + border: 3px solid rgb(10,10,10); flex-basis: auto; } @@ -74,7 +74,7 @@ input[type="text"], input[type="password"] { font-family: roboto-regular; font-size: 20px; - border: 3px solid rgb(90,90,90); + border: 3px solid rgb(10,10,10); outline: none; flex-basis: auto; } -- cgit v1.2.3