|
12 | 12 | --popover-foreground: 224 71.4% 4.1%; |
13 | 13 | --primary: 220.9 39.3% 11%; |
14 | 14 | --primary-foreground: 210 20% 98%; |
15 | | - --secondary: 220 14.3% 95.9%; |
| 15 | + --secondary: 230, 13%, 81%; |
16 | 16 | --secondary-foreground: 220.9 39.3% 11%; |
17 | 17 | --muted: 220 14.3% 95.9%; |
18 | 18 | --muted-foreground: 220 8.9% 46.1%; |
19 | 19 | --accent: 220 14.3% 95.9%; |
20 | 20 | --accent-foreground: 220.9 39.3% 11%; |
21 | 21 | --destructive: 0 84.2% 60.2%; |
22 | 22 | --destructive-foreground: 210 20% 98%; |
23 | | - --border: 220 13% 91%; |
24 | | - --input: 220 13% 91%; |
| 23 | + --border: 230 13% 81%; |
| 24 | + --input: 230 13% 81%; |
25 | 25 | --ring: 224 71.4% 4.1%; |
26 | 26 | --radius: 0.5rem; |
27 | 27 | } |
|
35 | 35 | --popover-foreground: 210 20% 98%; |
36 | 36 | --primary: 210 20% 98%; |
37 | 37 | --primary-foreground: 220.9 39.3% 11%; |
38 | | - --secondary: 215 27.9% 16.9%; |
| 38 | + --secondary: 250, 3%, 47%; |
39 | 39 | --secondary-foreground: 210 20% 98%; |
40 | | - --muted: 215 27.9% 16.9%; |
| 40 | + --muted: 250, 3%, 47%; |
41 | 41 | --muted-foreground: 217.9 10.6% 64.9%; |
42 | | - --accent: 215 27.9% 16.9%; |
| 42 | + --accent: 250, 3%, 47%; |
43 | 43 | --accent-foreground: 210 20% 98%; |
44 | 44 | --destructive: 0 62.8% 30.6%; |
45 | 45 | --destructive-foreground: 210 20% 98%; |
46 | | - --border: 215 27.9% 16.9%; |
47 | | - --input: 215 27.9% 16.9%; |
| 46 | + --border: 250, 3%, 47%; |
| 47 | + --input: 250, 3%, 47%; |
48 | 48 | --ring: 216 12.2% 83.9%; |
49 | 49 | } |
50 | 50 | } |
|
120 | 120 | } |
121 | 121 |
|
122 | 122 | /* Add responsive utilities */ |
123 | | -.h-80 { |
124 | | - height: 20rem; |
| 123 | +.h-33 { |
| 124 | + height: 33rem; |
125 | 125 | } |
126 | 126 |
|
127 | 127 | .w-full { |
|
0 commit comments