|
6 | 6 | @layer base { |
7 | 7 | :root { |
8 | 8 | --background: 0 0% 100%; |
9 | | - --foreground: 222.2 84% 4.9%; |
10 | | - |
| 9 | + --foreground: 0 0% 3.9%; |
11 | 10 | --card: 0 0% 100%; |
12 | | - --card-foreground: 222.2 84% 4.9%; |
13 | | - |
| 11 | + --card-foreground: 0 0% 3.9%; |
14 | 12 | --popover: 0 0% 100%; |
15 | | - --popover-foreground: 222.2 84% 4.9%; |
16 | | - |
17 | | - --primary: 222.2 47.4% 11.2%; |
18 | | - --primary-foreground: 210 40% 98%; |
19 | | - |
20 | | - --secondary: 210 40% 96.1%; |
21 | | - --secondary-foreground: 222.2 47.4% 11.2%; |
22 | | - |
23 | | - --muted: 210 40% 96.1%; |
24 | | - --muted-foreground: 215.4 16.3% 46.9%; |
25 | | - |
26 | | - --accent: 210 40% 96.1%; |
27 | | - --accent-foreground: 222.2 47.4% 11.2%; |
28 | | - |
| 13 | + --popover-foreground: 0 0% 3.9%; |
| 14 | + --primary: 0 0% 9%; |
| 15 | + --primary-foreground: 0 0% 98%; |
| 16 | + --secondary: 0 0% 96.1%; |
| 17 | + --secondary-foreground: 0 0% 9%; |
| 18 | + --muted: 0 0% 96.1%; |
| 19 | + --muted-foreground: 0 0% 45.1%; |
| 20 | + --accent: 0 0% 96.1%; |
| 21 | + --accent-foreground: 0 0% 9%; |
29 | 22 | --destructive: 0 84.2% 60.2%; |
30 | | - --destructive-foreground: 210 40% 98%; |
31 | | - |
32 | | - --border: 214.3 31.8% 91.4%; |
33 | | - --input: 214.3 31.8% 91.4%; |
34 | | - --ring: 222.2 84% 4.9%; |
35 | | - |
| 23 | + --destructive-foreground: 0 0% 98%; |
| 24 | + --border: 0 0% 89.8%; |
| 25 | + --input: 0 0% 89.8%; |
| 26 | + --ring: 0 0% 3.9%; |
36 | 27 | --radius: 0.5rem; |
37 | 28 | } |
38 | | - |
39 | | - .dark { |
40 | | - --background: 222.2 84% 4.9%; |
41 | | - --foreground: 210 40% 98%; |
42 | | - |
43 | | - --card: 222.2 84% 4.9%; |
44 | | - --card-foreground: 210 40% 98%; |
45 | | - |
46 | | - --popover: 222.2 84% 4.9%; |
47 | | - --popover-foreground: 210 40% 98%; |
48 | | - |
49 | | - --primary: 210 40% 98%; |
50 | | - --primary-foreground: 222.2 47.4% 11.2%; |
51 | | - |
52 | | - --secondary: 217.2 32.6% 17.5%; |
53 | | - --secondary-foreground: 210 40% 98%; |
54 | | - |
55 | | - --muted: 217.2 32.6% 17.5%; |
56 | | - --muted-foreground: 215 20.2% 65.1%; |
57 | | - |
58 | | - --accent: 217.2 32.6% 17.5%; |
59 | | - --accent-foreground: 210 40% 98%; |
60 | 29 |
|
| 30 | + .dark { |
| 31 | + --background: 0 0% 3.9%; |
| 32 | + --foreground: 0 0% 98%; |
| 33 | + --card: 0 0% 3.9%; |
| 34 | + --card-foreground: 0 0% 98%; |
| 35 | + --popover: 0 0% 3.9%; |
| 36 | + --popover-foreground: 0 0% 98%; |
| 37 | + --primary: 0 0% 98%; |
| 38 | + --primary-foreground: 0 0% 9%; |
| 39 | + --secondary: 0 0% 14.9%; |
| 40 | + --secondary-foreground: 0 0% 98%; |
| 41 | + --muted: 0 0% 14.9%; |
| 42 | + --muted-foreground: 0 0% 63.9%; |
| 43 | + --accent: 0 0% 14.9%; |
| 44 | + --accent-foreground: 0 0% 98%; |
61 | 45 | --destructive: 0 62.8% 30.6%; |
62 | | - --destructive-foreground: 210 40% 98%; |
63 | | - |
64 | | - --border: 217.2 32.6% 17.5%; |
65 | | - --input: 217.2 32.6% 17.5%; |
66 | | - --ring: 212.7 26.8% 83.9%; |
| 46 | + --destructive-foreground: 0 0% 98%; |
| 47 | + --border: 0 0% 14.9%; |
| 48 | + --input: 0 0% 14.9%; |
| 49 | + --ring: 0 0% 83.1%; |
67 | 50 | } |
68 | 51 | } |
69 | 52 |
|
| 53 | + |
70 | 54 | @layer base { |
71 | 55 | * { |
72 | 56 | @apply border-border; |
|
0 commit comments