Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_SUPABASE_URL=https://zdkfvuoorlqduacoptbs.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inpka2Z2dW9vcmxxZHVhY29wdGJzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTMxOTI1MDIsImV4cCI6MjA2ODc2ODUwMn0.jFtqn_5tXvAxFQMeihZudLQt5IA9ukpASfPtsV3fpFY
VITE_CLOUDFLARE_TURNSTILE_SITE_KEY=0x4AAAAAABhuYfA0fxpwvokl
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
VITE_CLOUDFLARE_TURNSTILE_SITE_KEY=
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(32, 2, 2, 0.5);
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -81,7 +81,7 @@ body {
background-color: white;
padding: 2rem;
border-radius: 0.5rem;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
box-shadow: 0 10px 25px rgba(15, 4, 4, 0.1);
width: 90%;
max-width: 450px;
/* GPU acceleration */
Expand Down