summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 16:49:01 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 16:49:01 -0400
commitcd6447ada0504ee3f5f5ddc6350ec6e7f30b5f5b (patch)
treef831d90b8529b1a0e145b4dbcc7d82d825432b58 /nfsw
parent5cd17f55066b5283f2e0cd4918a9497533336467 (diff)
nfsw/static/auth.css: Update input's border styling.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/auth.css4
1 files changed, 2 insertions, 2 deletions
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;
}