feat: email register and login

This commit is contained in:
tim
2025-07-05 02:06:46 +08:00
parent d540c995a9
commit 3568e54984
4 changed files with 71 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
:root {
--primary-color-hover: rgb(9, 95, 105);
--primary-color: rgb(10, 110, 120);
--primary-color-disabled: rgba(93, 152, 156, 0.5);
--header-height: 60px;
--header-background-color: white;
--header-border-color: lightgray;