|
5 | 5 | @layer base { |
6 | 6 | :root { |
7 | 7 | --background: 0 0% 100%; |
8 | | - --foreground: 222.2 84% 4.9%; |
| 8 | + --foreground: 222 47% 11%; |
9 | 9 | --card: 0 0% 100%; |
10 | | - --card-foreground: 222.2 84% 4.9%; |
| 10 | + --card-foreground: 222 47% 11%; |
11 | 11 | --popover: 0 0% 100%; |
12 | | - --popover-foreground: 222.2 84% 4.9%; |
13 | | - --primary: 221.2 83.2% 53.3%; |
| 12 | + --popover-foreground: 222 47% 11%; |
| 13 | + --primary: 217 91% 60%; /* Stellar Azure Blue */ |
14 | 14 | --primary-foreground: 210 40% 98%; |
15 | | - --secondary: 210 40% 96%; |
16 | | - --secondary-foreground: 222.2 84% 4.9%; |
17 | | - --muted: 210 40% 96%; |
| 15 | + --secondary: 210 40% 96.1%; |
| 16 | + --secondary-foreground: 222.2 47.4% 11.2%; |
| 17 | + --muted: 210 40% 96.1%; |
18 | 18 | --muted-foreground: 215.4 16.3% 46.9%; |
19 | | - --accent: 210 40% 96%; |
20 | | - --accent-foreground: 222.2 84% 4.9%; |
| 19 | + --accent: 210 40% 96.1%; |
| 20 | + --accent-foreground: 222.2 47.4% 11.2%; |
21 | 21 | --destructive: 0 84.2% 60.2%; |
22 | 22 | --destructive-foreground: 210 40% 98%; |
23 | 23 | --border: 214.3 31.8% 91.4%; |
24 | 24 | --input: 214.3 31.8% 91.4%; |
25 | | - --ring: 221.2 83.2% 53.3%; |
26 | | - --radius: 0.5rem; |
| 25 | + --ring: 217 91% 60%; |
| 26 | + --radius: 0.75rem; |
27 | 27 | --font-inter: 'Inter', system-ui, sans-serif; |
28 | 28 | --font-ibm-mono: 'IBM Plex Mono', monospace; |
29 | 29 | } |
30 | 30 |
|
31 | 31 | .dark { |
32 | | - --background: 222.2 84% 4.9%; |
| 32 | + --background: 222 47% 4%; |
33 | 33 | --foreground: 210 40% 98%; |
34 | | - --card: 222.2 84% 4.9%; |
| 34 | + --card: 222 47% 6%; |
35 | 35 | --card-foreground: 210 40% 98%; |
36 | | - --popover: 222.2 84% 4.9%; |
| 36 | + --popover: 222 47% 6%; |
37 | 37 | --popover-foreground: 210 40% 98%; |
38 | | - --primary: 217.2 91.2% 59.8%; |
39 | | - --primary-foreground: 222.2 84% 4.9%; |
40 | | - --secondary: 217.2 32.6% 17.5%; |
| 38 | + --primary: 217 91% 60%; |
| 39 | + --primary-foreground: 222.2 47.4% 11.2%; |
| 40 | + --secondary: 217.2 32.6% 12%; |
41 | 41 | --secondary-foreground: 210 40% 98%; |
42 | | - --muted: 217.2 32.6% 17.5%; |
| 42 | + --muted: 217.2 32.6% 12%; |
43 | 43 | --muted-foreground: 215 20.2% 65.1%; |
44 | | - --accent: 217.2 32.6% 17.5%; |
| 44 | + --accent: 217.2 32.6% 12%; |
45 | 45 | --accent-foreground: 210 40% 98%; |
46 | 46 | --destructive: 0 62.8% 30.6%; |
47 | 47 | --destructive-foreground: 210 40% 98%; |
48 | | - --border: 217.2 32.6% 17.5%; |
49 | | - --input: 217.2 32.6% 17.5%; |
50 | | - --ring: 224.3 76.3% 94.1%; |
| 48 | + --border: 217.2 32.6% 12%; |
| 49 | + --input: 217.2 32.6% 12%; |
| 50 | + --ring: 217 91% 60%; |
51 | 51 | } |
52 | 52 | } |
53 | 53 |
|
54 | 54 | @layer base { |
55 | 55 | * { |
56 | | - @apply border-border; |
| 56 | + @apply border-border outline-ring/30; |
57 | 57 | } |
58 | 58 | body { |
59 | | - @apply bg-background text-foreground; |
| 59 | + @apply bg-background text-foreground antialiased; |
60 | 60 | } |
61 | 61 | } |
62 | 62 |
|
|
0 commit comments