|
6 | 6 |
|
7 | 7 | @layer base { |
8 | 8 | :root { |
9 | | - /* CSH Brand Colors - Dark Theme */ |
| 9 | + /* Golden Anniversary - Dark Theme */ |
10 | 10 | --background: 240 10% 6%; |
11 | 11 | --foreground: 0 0% 98%; |
12 | 12 |
|
|
16 | 16 | --popover: 240 10% 10%; |
17 | 17 | --popover-foreground: 0 0% 98%; |
18 | 18 |
|
19 | | - /* Primary: CSH Magenta #B0197E */ |
20 | | - --primary: 322 78% 39%; |
21 | | - --primary-foreground: 0 0% 100%; |
| 19 | + /* Primary: Rich Goldenrod #DAA520 */ |
| 20 | + --primary: 43 74% 49%; |
| 21 | + --primary-foreground: 240 10% 6%; |
22 | 22 |
|
23 | | - /* Secondary: CSH Red #E11C52 */ |
24 | | - --secondary: 346 79% 50%; |
25 | | - --secondary-foreground: 0 0% 100%; |
| 23 | + /* Secondary: Warm Gold */ |
| 24 | + --secondary: 45 85% 55%; |
| 25 | + --secondary-foreground: 240 10% 6%; |
26 | 26 |
|
27 | 27 | --muted: 240 10% 16%; |
28 | 28 | --muted-foreground: 240 5% 65%; |
29 | 29 |
|
30 | | - --accent: 322 78% 39%; |
31 | | - --accent-foreground: 0 0% 100%; |
| 30 | + --accent: 43 74% 49%; |
| 31 | + --accent-foreground: 240 10% 6%; |
32 | 32 |
|
33 | 33 | --destructive: 0 84.2% 60.2%; |
34 | 34 | --destructive-foreground: 0 0% 100%; |
35 | 35 |
|
36 | 36 | --border: 240 10% 20%; |
37 | 37 | --input: 240 10% 20%; |
38 | | - --ring: 322 78% 39%; |
| 38 | + --ring: 43 74% 49%; |
39 | 39 |
|
40 | 40 | --radius: 0.75rem; |
41 | 41 |
|
42 | | - /* Custom CSH tokens */ |
43 | | - --csh-magenta: 322 78% 39%; |
44 | | - --csh-red: 346 79% 50%; |
45 | | - --csh-gradient: linear-gradient(135deg, hsl(322, 78%, 39%) 0%, hsl(346, 79%, 50%) 100%); |
46 | | - --csh-gradient-soft: linear-gradient(135deg, hsl(322, 78%, 39%, 0.2) 0%, hsl(346, 79%, 50%, 0.2) 100%); |
47 | | - --csh-glow: 0 0 60px hsl(322, 78%, 39%, 0.4); |
| 42 | + /* Golden Anniversary tokens */ |
| 43 | + --csh-magenta: 43 74% 49%; |
| 44 | + --csh-red: 45 85% 55%; |
| 45 | + --csh-gradient: linear-gradient(135deg, hsl(43, 74%, 49%) 0%, hsl(45, 85%, 55%) 100%); |
| 46 | + --csh-gradient-soft: linear-gradient(135deg, hsl(43, 74%, 49%, 0.2) 0%, hsl(45, 85%, 55%, 0.2) 100%); |
| 47 | + --csh-glow: 0 0 60px hsl(43, 74%, 49%, 0.4); |
48 | 48 |
|
49 | 49 | /* Glass effect */ |
50 | 50 | --glass-bg: hsl(240, 10%, 10%, 0.8); |
|
121 | 121 | } |
122 | 122 |
|
123 | 123 | @keyframes pulse-glow { |
124 | | - 0%, 100% { box-shadow: 0 0 30px hsl(322, 78%, 39%, 0.3); } |
125 | | - 50% { box-shadow: 0 0 60px hsl(346, 79%, 50%, 0.5); } |
| 124 | + 0%, 100% { box-shadow: 0 0 30px hsl(43, 74%, 49%, 0.3); } |
| 125 | + 50% { box-shadow: 0 0 60px hsl(45, 85%, 55%, 0.5); } |
126 | 126 | } |
127 | 127 |
|
128 | 128 | @keyframes fade-up { |
|
0 commit comments