Skip to content
Merged
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
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<style>
:root {
--terracotta: #c96442;
--terracotta-dark: #b5532f;
--coral: #d97757;
--ink: #141413;
--dark-surface: #30302e;
--dark-warm: #3d3d3a;
--parchment: #f5f4ed;
--ivory: #faf9f5;
--warm-sand: #e8e6dc;
--cream: #f5f4ed;
--card: #faf9f5;
--muted: #5e5d59;
--muted-light: #87867f;
--warm-silver: #b0aea5;
--border: #f0eee6;
--border-warm: #e8e6dc;
--ring: #d1cfc5;
--terracotta: #2d7a4f;
--terracotta-dark: #226040;
--coral: #3d9060;
--ink: #0e1a13;
--dark-surface: #1e3024;
--dark-warm: #283d2e;
--parchment: #f0f5f1;
--ivory: #f6faf7;
--warm-sand: #dce8de;
--cream: #f0f5f1;
--card: #f6faf7;
--muted: #4a6652;
--muted-light: #7a9a82;
--warm-silver: #a5c0ab;
--border: #e0eee3;
--border-warm: #d8e8db;
--ring: #c2d9c6;
--focus-blue: #3898ec;
--error: #b53333;
--radius: 20px;
--radius-sm: 12px;
--serif: 'Playfair Display', Georgia, serif;
--sans: 'Inter', system-ui, sans-serif;
--shadow-sm: 0 0 0 1px #e8e6dc;
--shadow-md: rgba(0,0,0,0.05) 0px 4px 24px, 0 0 0 1px #e8e6dc;
--shadow-lg: rgba(0,0,0,0.08) 0px 8px 32px, 0 0 0 1px #e8e6dc;
--shadow-sm: 0 0 0 1px #d8e8db;
--shadow-md: rgba(0,0,0,0.05) 0px 4px 24px, 0 0 0 1px #d8e8db;
--shadow-lg: rgba(0,0,0,0.08) 0px 8px 32px, 0 0 0 1px #d8e8db;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
Expand Down
Loading