@daveyplate/better-auth-ui
Version:
Plug & play shadcn/ui components for better-auth
12 lines (11 loc) • 305 B
CSS
@source ".";
/* Team color variables - users can override these in their own CSS */
@layer base {
:root {
--team-1: oklch(0.646 0.222 41.116);
--team-2: oklch(0.6 0.118 184.704);
--team-3: oklch(0.398 0.07 227.392);
--team-4: oklch(0.828 0.189 84.429);
--team-5: oklch(0.769 0.188 70.08);
}
}