summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}