Add a way to login to your account on the website

This commit is contained in:
2026-01-30 18:46:54 -07:00
parent a0e64af3ce
commit ae63c449fa
6 changed files with 130 additions and 6 deletions

View File

@@ -64,3 +64,7 @@ select {
p a {
@apply text-white underline;
}
input {
@apply bg-[rgb(72,72,96)] focus:bg-[rgb(96,96,120)] border border-[rgb(96,96,120)] focus:border-[rgb(120,120,144)] rounded-lg px-4 py-2 inline-block transition-all duration-200 cursor-pointer focus:cursor-text;
}