|
2 | 2 | @tailwind components; |
3 | 3 | @tailwind utilities; |
4 | 4 |
|
5 | | -:root { |
6 | | - --background: 0 0% 100%; |
7 | | - --foreground: 222.2 47.4% 11.2%; |
| 5 | +@layer base { |
| 6 | + @theme { |
| 7 | + --background: 0 0% 100%; |
| 8 | + --foreground: 222.2 47.4% 11.2%; |
8 | 9 |
|
9 | | - --muted: 210 40% 96.1%; |
10 | | - --muted-foreground: 215.4 16.3% 46.9%; |
| 10 | + --muted: 210 40% 96.1%; |
| 11 | + --muted-foreground: 215.4 16.3% 46.9%; |
11 | 12 |
|
12 | | - --popover: 0 0% 100%; |
13 | | - --popover-foreground: 222.2 47.4% 11.2%; |
| 13 | + --popover: 0 0% 100%; |
| 14 | + --popover-foreground: 222.2 47.4% 11.2%; |
14 | 15 |
|
15 | | - --border: 214.3 31.8% 91.4%; |
16 | | - --input: 214.3 31.8% 91.4%; |
| 16 | + --border: 214.3 31.8% 91.4%; |
| 17 | + --input: 214.3 31.8% 91.4%; |
17 | 18 |
|
18 | | - --card: 0 0% 100%; |
19 | | - --card-foreground: 222.2 47.4% 11.2%; |
| 19 | + --card: 0 0% 100%; |
| 20 | + --card-foreground: 222.2 47.4% 11.2%; |
20 | 21 |
|
21 | | - --primary: 222.2 47.4% 11.2%; |
22 | | - --primary-foreground: 210 40% 98%; |
| 22 | + --primary: 222.2 47.4% 11.2%; |
| 23 | + --primary-foreground: 210 40% 98%; |
23 | 24 |
|
24 | | - --secondary: 210 40% 96.1%; |
25 | | - --secondary-foreground: 222.2 47.4% 11.2%; |
| 25 | + --secondary: 210 40% 96.1%; |
| 26 | + --secondary-foreground: 222.2 47.4% 11.2%; |
26 | 27 |
|
27 | | - --accent: 210 40% 96.1%; |
28 | | - --accent-foreground: 222.2 47.4% 11.2%; |
| 28 | + --accent: 210 40% 96.1%; |
| 29 | + --accent-foreground: 222.2 47.4% 11.2%; |
29 | 30 |
|
30 | | - --destructive: 0 100% 50%; |
31 | | - --destructive-foreground: 210 40% 98%; |
| 31 | + --destructive: 0 100% 50%; |
| 32 | + --destructive-foreground: 210 40% 98%; |
32 | 33 |
|
33 | | - --ring: 215 20.2% 65.1%; |
| 34 | + --ring: 215 20.2% 65.1%; |
34 | 35 |
|
35 | | - --radius: 0.5rem; |
36 | | -} |
| 36 | + --radius: 0.5rem; |
| 37 | + } |
37 | 38 |
|
38 | | -@layer base { |
39 | 39 | .dark { |
40 | | - --background: 224 71% 4%; |
41 | | - --foreground: 213 31% 91%; |
| 40 | + @theme { |
| 41 | + --background: 224 71% 4%; |
| 42 | + --foreground: 213 31% 91%; |
42 | 43 |
|
43 | | - --muted: 223 47% 11%; |
44 | | - --muted-foreground: 215.4 16.3% 56.9%; |
| 44 | + --muted: 223 47% 11%; |
| 45 | + --muted-foreground: 215.4 16.3% 56.9%; |
45 | 46 |
|
46 | | - --accent: 216 34% 17%; |
47 | | - --accent-foreground: 210 40% 98%; |
| 47 | + --accent: 216 34% 17%; |
| 48 | + --accent-foreground: 210 40% 98%; |
48 | 49 |
|
49 | | - --popover: 224 71% 4%; |
50 | | - --popover-foreground: 215 20.2% 65.1%; |
| 50 | + --popover: 224 71% 4%; |
| 51 | + --popover-foreground: 215 20.2% 65.1%; |
51 | 52 |
|
52 | | - --border: 216 34% 17%; |
53 | | - --input: 216 34% 17%; |
| 53 | + --border: 216 34% 17%; |
| 54 | + --input: 216 34% 17%; |
54 | 55 |
|
55 | | - --card: 224 71% 4%; |
56 | | - --card-foreground: 213 31% 91%; |
| 56 | + --card: 224 71% 4%; |
| 57 | + --card-foreground: 213 31% 91%; |
57 | 58 |
|
58 | | - --primary: 210 40% 98%; |
59 | | - --primary-foreground: 222.2 47.4% 1.2%; |
| 59 | + --primary: 210 40% 98%; |
| 60 | + --primary-foreground: 222.2 47.4% 1.2%; |
60 | 61 |
|
61 | | - --secondary: 222.2 47.4% 11.2%; |
62 | | - --secondary-foreground: 210 40% 98%; |
| 62 | + --secondary: 222.2 47.4% 11.2%; |
| 63 | + --secondary-foreground: 210 40% 98%; |
63 | 64 |
|
64 | | - --destructive: 0 63% 31%; |
65 | | - --destructive-foreground: 210 40% 98%; |
| 65 | + --destructive: 0 63% 31%; |
| 66 | + --destructive-foreground: 210 40% 98%; |
66 | 67 |
|
67 | | - --ring: 216 34% 17%; |
| 68 | + --ring: 216 34% 17%; |
68 | 69 |
|
69 | | - --radius: 0.5rem; |
| 70 | + --radius: 0.5rem; |
| 71 | + } |
70 | 72 | } |
71 | 73 | } |
72 | 74 |
|
|
0 commit comments