improve login style and logic

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-18 20:08:59 +00:00
parent 16be63e98f
commit 9be45c952f
4 changed files with 41 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
:root {
--fail-color: #f00;
--success-color: #0f0;
}
h1, h2, h3, h3, h4, h5, h6, p, a, label, button, input, select {
font-family: monospace;
}