|
4 | 4 |
|
5 | 5 | @layer base {
|
6 | 6 | :root {
|
7 |
| - --background: 210 33% 99%; |
8 |
| - --foreground: 240 10% 3.9%; |
9 |
| - --card: 0 0% 100%; |
| 7 | + --background: 0 0% 100%; |
| 8 | + --foreground: 0 0% 0%; |
| 9 | + --card: 0 0% 0%; |
10 | 10 | --card-foreground: 240 10% 3.9%;
|
11 | 11 | --popover: 0 0% 100%;
|
12 | 12 | --popover-foreground: 240 10% 3.9%;
|
13 |
| - --primary: 240 5.9% 10%; |
14 |
| - --primary-foreground: 0 0% 98%; |
15 |
| - --secondary: 240 4.8% 95.9%; |
16 |
| - --secondary-foreground: 240 5.9% 10%; |
17 |
| - --muted: 240 4.8% 95.9%; |
18 |
| - --muted-foreground: 240 3.8% 46.1%; |
19 |
| - --accent: 240 4.8% 95.9%; |
20 |
| - --accent-foreground: 240 5.9% 10%; |
| 13 | + --primary: 0 0% 100%; |
| 14 | + --primary-foreground: 0 0% 100%; |
| 15 | + --secondary: 0 0% 100%; |
| 16 | + --secondary-foreground: 0 0% 0%; |
| 17 | + --muted: 0 0% 100%; |
| 18 | + --muted-foreground: 0 0% 50%; |
| 19 | + --accent: 0 0% 95%; |
| 20 | + --accent-foreground: 0 0% 0%; |
21 | 21 | --destructive: 0 72.22% 50.59%;
|
22 | 22 | --destructive-foreground: 0 0% 98%;
|
23 |
| - --border: 240 5.9% 90%; |
| 23 | + --border: 0 0% 90%; |
24 | 24 | --input: 240 5.9% 90%;
|
25 | 25 | --ring: 240 5.9% 10%;
|
26 | 26 | --radius: 0.5rem;
|
27 | 27 | }
|
28 | 28 | .dark {
|
29 |
| - --background: 240 10% 25%; |
| 29 | + --background: 0 0% 20%; |
30 | 30 | --foreground: 0 0% 90%;
|
31 |
| - --card: 240 10% 3.9%; |
| 31 | + --card: 0 0% 20%; |
32 | 32 | --card-foreground: 0 0% 90%;
|
33 | 33 | --popover: 240 10% 3.9%;
|
34 | 34 | --popover-foreground: 0 0% 98%;
|
35 | 35 | --primary: 0 0% 90%;
|
36 |
| - --primary-foreground: 240 10% 30%; |
37 |
| - --secondary: 240 3.7% 15.9%; |
| 36 | + --primary-foreground: 0 0% 19%; |
| 37 | + --secondary: 0 0% 20%; |
38 | 38 | --secondary-foreground: 0 0% 98%;
|
39 |
| - --muted: 240 3.7% 15.9%; |
40 |
| - --muted-foreground: 240 5% 64.9%; |
41 |
| - --accent: 240 3.7% 15.9%; |
42 |
| - --accent-foreground: 0 0% 98%; |
| 39 | + --muted: 0 0% 20%; |
| 40 | + --muted-foreground: 0 0% 70%; |
| 41 | + --accent: 0 0% 15%; |
| 42 | + --accent-foreground: 0 0% 100%; |
43 | 43 | --destructive: 0 62.8% 30.6%;
|
44 | 44 | --destructive-foreground: 0 0% 98%;
|
45 |
| - --border: 240 3.7% 22%; |
| 45 | + --border: 0 0% 30%; |
46 | 46 | --input: 240 3.7% 22%;
|
47 | 47 | --ring: 240 4.9% 83.9%;
|
48 | 48 | }
|
|
0 commit comments