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

@@ -1,6 +1,5 @@
'use client'
import './styles.css'
import { Turnstile } from '@marsidev/react-turnstile'
import { DiscordButton } from '../../components/DiscordButton'
import { HomeButton } from '../../components/HomeButton'

View File

@@ -1,5 +0,0 @@
@import "tailwindcss";
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;
}