mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 00:04:23 +08:00
* feat(examnples/nextjs-with-supabase-auth): Add Supabase UI Auth components. * feat(examnples/nextjs-with-supabase-auth): Add SSR Cookie example. * Add the Supabase Vercel deploy integration. * chore: add basic styling and layout of Auth component. • used @supabase/ui to help layout text and style around the Auth component * fix nextjs link * style the SSR example * remove unused imports * chore: update dependencies Co-authored-by: mildtomato <[email protected]>
5 lines
77 B
CSS
5 lines
77 B
CSS
body {
|
|
background: #3d3d3d;
|
|
font-family: Helvetica, Arial, Sans-Serif;
|
|
}
|