|
5 | 5 | @layer base { |
6 | 6 | :root { |
7 | 7 | --background: 0 0% 100%; |
8 | | - --foreground: 222.2 84% 4.9%; |
| 8 | + --foreground: 240 10% 3.9%; |
9 | 9 | --card: 0 0% 100%; |
10 | | - --card-foreground: 222.2 84% 4.9%; |
| 10 | + --card-foreground: 240 10% 3.9%; |
11 | 11 | --popover: 0 0% 100%; |
12 | | - --popover-foreground: 222.2 84% 4.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%; |
| 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%; |
21 | 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%; |
26 | | - --radius: 0.3rem; |
| 22 | + --destructive-foreground: 0 0% 98%; |
| 23 | + --border: 240 5.9% 90%; |
| 24 | + --input: 240 5.9% 90%; |
| 25 | + --ring: 240 5.9% 10%; |
| 26 | + --radius: 0.5rem; |
27 | 27 | } |
28 | 28 |
|
29 | 29 | .dark { |
30 | | - --background: 222.2 84% 4.9%; |
31 | | - --foreground: 210 40% 98%; |
32 | | - --card: 222.2 84% 4.9%; |
33 | | - --card-foreground: 210 40% 98%; |
34 | | - --popover: 222.2 84% 4.9%; |
35 | | - --popover-foreground: 210 40% 98%; |
36 | | - --primary: 217.2 91.2% 59.8%; |
37 | | - --primary-foreground: 222.2 47.4% 11.2%; |
38 | | - --secondary: 217.2 32.6% 17.5%; |
39 | | - --secondary-foreground: 210 40% 98%; |
40 | | - --muted: 217.2 32.6% 17.5%; |
41 | | - --muted-foreground: 215 20.2% 65.1%; |
42 | | - --accent: 217.2 32.6% 17.5%; |
43 | | - --accent-foreground: 210 40% 98%; |
| 30 | + --background: 240 10% 3.9%; |
| 31 | + --foreground: 0 0% 98%; |
| 32 | + --card: 240 10% 3.9%; |
| 33 | + --card-foreground: 0 0% 98%; |
| 34 | + --popover: 240 10% 3.9%; |
| 35 | + --popover-foreground: 0 0% 98%; |
| 36 | + --primary: 0 0% 98%; |
| 37 | + --primary-foreground: 240 5.9% 10%; |
| 38 | + --secondary: 240 3.7% 15.9%; |
| 39 | + --secondary-foreground: 0 0% 98%; |
| 40 | + --muted: 240 3.7% 15.9%; |
| 41 | + --muted-foreground: 240 5% 64.9%; |
| 42 | + --accent: 240 3.7% 15.9%; |
| 43 | + --accent-foreground: 0 0% 98%; |
44 | 44 | --destructive: 0 62.8% 30.6%; |
45 | | - --destructive-foreground: 210 40% 98%; |
46 | | - --border: 217.2 32.6% 17.5%; |
47 | | - --input: 217.2 32.6% 17.5%; |
48 | | - --ring: 224.3 76.3% 48%; |
| 45 | + --destructive-foreground: 0 0% 98%; |
| 46 | + --border: 240 3.7% 15.9%; |
| 47 | + --input: 240 3.7% 15.9%; |
| 48 | + --ring: 240 4.9% 83.9%; |
49 | 49 | } |
50 | 50 | } |
51 | 51 |
|
52 | 52 | @layer base { |
53 | 53 | * { |
54 | 54 | @apply border-border; |
| 55 | + scrollbar-width: thin; |
| 56 | + scrollbar-color: hsl(var(--primary)) hsl(var(--background)); |
55 | 57 | } |
56 | 58 | body { |
57 | 59 | @apply bg-background text-foreground; |
58 | 60 | } |
59 | 61 | } |
60 | | - |
61 | | -* { |
62 | | - scrollbar-width: auto; |
63 | | - scrollbar-color: hsl(var(--primary)) hsl(var(--background)); |
64 | | -} |
65 | | - |
66 | | -/* Chrome, Edge, and Safari */ |
67 | | -*::-webkit-scrollbar { |
68 | | - width: 10px; |
69 | | -} |
70 | | - |
71 | | -*::-webkit-scrollbar-track { |
72 | | - background: hsl(var(--background)); |
73 | | -} |
74 | | - |
75 | | -*::-webkit-scrollbar-thumb { |
76 | | - background-color: hsl(var(--primary)); |
77 | | - border-radius: 6px; |
78 | | - border: 3px solid hsl(var(--background)); |
79 | | -} |
0 commit comments