av: clone broadcastbeat sources + AV Beat rebrand (Phase 1)
- Replaces the prior Rocket scaffold (saved on pre-bb-clone-rollback branch) - Domain: broadcastbeat.com -> avbeat.com - Brand: Broadcast Beat -> AV Beat - Slug: broadcastbeat -> avbeat (package, identifiers) - Schema fallback: bb -> av (env var name unchanged) - Placeholder AV BEAT logo (gold->red gradient) at /assets/logos/av.svg - All BB/RMP logo references repointed Outstanding before public DNS swap: - Supabase av schema bootstrap (mirror of bb tables) - WordPress archive import (avbeat-com -> av.articles) - Coolify env vars - dev-avbeat.onsethost.com staging deploy + visual review
This commit is contained in:
@@ -3,21 +3,20 @@
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
/* AV Beat palette — orange/near-black, "Where AV Meets IT" */
|
||||
--color-primary: #0F0E0E;
|
||||
--color-secondary: #1D1A1A;
|
||||
--color-accent: #E67E22;
|
||||
--color-accent-dark: #C8651B;
|
||||
--color-accent-muted: #5a3413;
|
||||
--color-accent-red: #E67E22;
|
||||
--color-accent-red-dark: #C8651B;
|
||||
--color-bg: #0F0E0E;
|
||||
--color-card: #1D1A1A;
|
||||
--color-foreground: #F0EBE6;
|
||||
--color-muted: #8a847e;
|
||||
--color-border: #2a2624;
|
||||
--color-top-bar: #1D1A1A;
|
||||
--color-sub-nav: #161313;
|
||||
--color-primary: #0d0d0d;
|
||||
--color-secondary: #161616;
|
||||
--color-accent: #3b82f6;
|
||||
--color-accent-dark: #2563eb;
|
||||
--color-accent-muted: #1e3a5f;
|
||||
--color-accent-red: #cc0000;
|
||||
--color-accent-red-dark: #aa0000;
|
||||
--color-bg: #111111;
|
||||
--color-card: #1a1a1a;
|
||||
--color-foreground: #e8e8e8;
|
||||
--color-muted: #888888;
|
||||
--color-border: #2a2a2a;
|
||||
--color-top-bar: #1a2535;
|
||||
--color-sub-nav: #161c28;
|
||||
/* --font-serif and --font-sans are injected on <html> by next/font/google
|
||||
(Lora + Inter) in src/app/layout.tsx. The system-font tails are real
|
||||
fallbacks for the brief window before the self-hosted face is ready. */
|
||||
|
||||
Reference in New Issue
Block a user