fix: transparent header, global text colors, remove hero text

- Header fully transparent with no border
- Dark mode: #0A0A0A bg, #FAFAFA text
- Light mode: #FAFAFA bg, #0A0A0A text
- Removed "Antonym / Fashion for the sovereign individual" hero section
- Delete stale DB to re-seed with .svg image paths

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-17 01:59:25 +00:00
parent 52fe7a013f
commit 46195142f3
3 changed files with 12 additions and 22 deletions

View File

@@ -11,11 +11,11 @@
--bg-tertiary: #141414;
--accent: #F7931A;
--accent-hover: #e8841a;
--text-primary: rgba(255, 255, 255, 0.9);
--text-secondary: rgba(255, 255, 255, 0.7);
--text-muted: rgba(255, 255, 255, 0.6);
--text-placeholder: rgba(255, 255, 255, 0.25);
--text-interactive: rgba(255, 255, 255, 0.7);
--text-primary: #FAFAFA;
--text-secondary: rgba(250, 250, 250, 0.7);
--text-muted: rgba(250, 250, 250, 0.5);
--text-placeholder: rgba(250, 250, 250, 0.25);
--text-interactive: rgba(250, 250, 250, 0.7);
--success: #4ade80;
--error: #ef4444;
--warning: #f59e0b;
@@ -44,10 +44,10 @@
--bg-secondary: #F0F0F0;
--bg-tertiary: #F5F5F5;
--text-primary: #0A0A0A;
--text-secondary: rgba(0, 0, 0, 0.7);
--text-muted: rgba(0, 0, 0, 0.5);
--text-placeholder: rgba(0, 0, 0, 0.25);
--text-interactive: rgba(0, 0, 0, 0.7);
--text-secondary: rgba(10, 10, 10, 0.7);
--text-muted: rgba(10, 10, 10, 0.5);
--text-placeholder: rgba(10, 10, 10, 0.25);
--text-interactive: rgba(10, 10, 10, 0.7);
--glass-bg: rgba(255, 255, 255, 0.5);
--glass-bg-strong: rgba(255, 255, 255, 0.65);
--glass-bg-darker: rgba(255, 255, 255, 0.55);