|
3 | 3 | @layer base { |
4 | 4 | :root { |
5 | 5 | font-family: "Space Grotesk", "JetBrains Mono", "Segoe UI", sans-serif; |
6 | | - color-scheme: light dark; |
7 | | - --background: 0 0% 100%; |
8 | | - --foreground: 240 10% 3.9%; |
9 | | - --card: 0 0% 100%; |
10 | | - --card-foreground: 240 10% 3.9%; |
11 | | - --popover: 0 0% 100%; |
12 | | - --popover-foreground: 240 10% 3.9%; |
13 | | - --primary: 221.2 83.2% 53.3%; |
14 | | - --primary-foreground: 210 40% 98%; |
15 | | - --secondary: 210 40% 96.1%; |
16 | | - --secondary-foreground: 222.2 47.4% 11.2%; |
17 | | - --muted: 210 40% 96.1%; |
18 | | - --muted-foreground: 215.4 16.3% 46.9%; |
19 | | - --accent: 210 40% 96.1%; |
20 | | - --accent-foreground: 222.2 47.4% 11.2%; |
21 | | - --destructive: 0 84.2% 60.2%; |
22 | | - --destructive-foreground: 210 40% 98%; |
23 | | - --border: 214.3 31.8% 91.4%; |
24 | | - --input: 214.3 31.8% 91.4%; |
25 | | - --ring: 221.2 83.2% 53.3%; |
| 6 | + color-scheme: light; |
| 7 | + --background: 1 0 0; |
| 8 | + --foreground: 0.141 0.005 285.823; |
| 9 | + --card: 1 0 0; |
| 10 | + --card-foreground: 0.141 0.005 285.823; |
| 11 | + --popover: 1 0 0; |
| 12 | + --popover-foreground: 0.141 0.005 285.823; |
| 13 | + --primary: 0.723 0.219 149.579; |
| 14 | + --primary-foreground: 0.982 0.018 155.826; |
| 15 | + --secondary: 0.967 0.001 286.375; |
| 16 | + --secondary-foreground: 0.21 0.006 285.885; |
| 17 | + --muted: 0.967 0.001 286.375; |
| 18 | + --muted-foreground: 0.552 0.016 285.938; |
| 19 | + --accent: 0.967 0.001 286.375; |
| 20 | + --accent-foreground: 0.21 0.006 285.885; |
| 21 | + --destructive: 0.577 0.245 27.325; |
| 22 | + --destructive-foreground: 0.982 0.018 155.826; |
| 23 | + --border: 0.92 0.004 286.32; |
| 24 | + --input: 0.92 0.004 286.32; |
| 25 | + --ring: 0.723 0.219 149.579; |
26 | 26 | } |
27 | 27 |
|
28 | 28 | body { |
29 | 29 | margin: 0; |
30 | | - background-color: hsl(var(--background)); |
31 | | - color: hsl(var(--foreground)); |
| 30 | + background-color: oklch(var(--background)); |
| 31 | + color: oklch(var(--foreground)); |
32 | 32 | -webkit-font-smoothing: antialiased; |
33 | 33 | -moz-osx-font-smoothing: grayscale; |
34 | 34 | } |
35 | 35 |
|
36 | 36 | .dark { |
37 | | - --background: 240 10% 3.9%; |
38 | | - --foreground: 0 0% 98%; |
39 | | - --card: 240 10% 3.9%; |
40 | | - --card-foreground: 0 0% 98%; |
41 | | - --popover: 240 10% 3.9%; |
42 | | - --popover-foreground: 0 0% 98%; |
43 | | - --primary: 217.2 91.2% 59.8%; |
44 | | - --primary-foreground: 222.2 47.4% 11.2%; |
45 | | - --secondary: 240 3.7% 15.9%; |
46 | | - --secondary-foreground: 0 0% 98%; |
47 | | - --muted: 240 3.7% 15.9%; |
48 | | - --muted-foreground: 240 5% 64.9%; |
49 | | - --accent: 240 3.7% 15.9%; |
50 | | - --accent-foreground: 0 0% 98%; |
51 | | - --destructive: 0 62.8% 30.6%; |
52 | | - --destructive-foreground: 0 0% 98%; |
53 | | - --border: 240 3.7% 15.9%; |
54 | | - --input: 240 3.7% 15.9%; |
55 | | - --ring: 217.2 91.2% 59.8%; |
| 37 | + color-scheme: dark; |
| 38 | + --background: 0.141 0.005 285.823; |
| 39 | + --foreground: 0.985 0 0; |
| 40 | + --card: 0.21 0.006 285.885; |
| 41 | + --card-foreground: 0.985 0 0; |
| 42 | + --popover: 0.21 0.006 285.885; |
| 43 | + --popover-foreground: 0.985 0 0; |
| 44 | + --primary: 0.696 0.17 162.48; |
| 45 | + --primary-foreground: 0.986 0.031 120.757; |
| 46 | + --secondary: 0.274 0.006 286.033; |
| 47 | + --secondary-foreground: 0.985 0 0; |
| 48 | + --muted: 0.274 0.006 286.033; |
| 49 | + --muted-foreground: 0.705 0.015 286.067; |
| 50 | + --accent: 0.274 0.006 286.033; |
| 51 | + --accent-foreground: 0.985 0 0; |
| 52 | + --destructive: 0.704 0.191 22.216; |
| 53 | + --destructive-foreground: 0.985 0 0; |
| 54 | + --border: 1 0 0 / 10%; |
| 55 | + --input: 1 0 0 / 15%; |
| 56 | + --ring: 0.527 0.154 150.069; |
56 | 57 | } |
57 | 58 | } |
58 | 59 |
|
|
0 commit comments