feat: Implement core page structure with Header and Footer, add multiple content pages, and refine UI components and global styling.
This commit is contained in:
+3
-2
@@ -7,7 +7,8 @@
|
||||
:root {
|
||||
/* ── Colors ──────────────────────────────────────── */
|
||||
--color-primary: #f39210;
|
||||
--color-secondary: #f39210;
|
||||
--color-secondary: #1e293b;
|
||||
/* Slate 800 - High contrast to primary orange */
|
||||
--color-accent: #eb5c24;
|
||||
--color-neutral: #6b7280;
|
||||
--color-background: #ffffff;
|
||||
@@ -92,4 +93,4 @@
|
||||
--breakpoint-lg: 1024px;
|
||||
--breakpoint-xl: 1280px;
|
||||
--breakpoint-2xl: 1536px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user