diff options
| author | Bobby <[email protected]> | 2023-05-06 03:14:29 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-06 03:14:29 -0400 |
| commit | bb1a7712898c262a4fb5a8b387bc6d3b90c4104b (patch) | |
| tree | f26db556742123d6600fdcaad87f918c205afb27 /static/css/login-area.css | |
| parent | c1012c41c3eb006e9d0711806311ee9a7cc3b6b4 (diff) | |
| download | thatcomputerscientist-bb1a7712898c262a4fb5a8b387bc6d3b90c4104b.tar.xz thatcomputerscientist-bb1a7712898c262a4fb5a8b387bc6d3b90c4104b.zip | |
Some more changes to the login area
Diffstat (limited to 'static/css/login-area.css')
| -rw-r--r-- | static/css/login-area.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/login-area.css b/static/css/login-area.css index 5f06ba54..ceae4de3 100644 --- a/static/css/login-area.css +++ b/static/css/login-area.css @@ -23,7 +23,7 @@ font-size: 12px; padding: 4px 8px; background: transparent; - color: #54598E; + color: #fff; border-radius: 4px; } @@ -36,7 +36,7 @@ } #login-form input::placeholder { - color: #787dab; + color: #dcdcdc; } #login-form input[type=submit] { |
