|
45 | 45 |
|
46 | 46 | :root { |
47 | 47 | --radius: 0.625rem; |
48 | | - --background: oklch(1 0 0); |
49 | | - --foreground: oklch(0.145 0 0); |
50 | | - --card: oklch(1 0 0); |
51 | | - --card-foreground: oklch(0.145 0 0); |
52 | | - --popover: oklch(1 0 0); |
53 | | - --popover-foreground: oklch(0.145 0 0); |
54 | | - --primary: oklch(0.205 0 0); |
55 | | - --primary-foreground: oklch(0.985 0 0); |
56 | | - --secondary: oklch(0.97 0 0); |
57 | | - --secondary-foreground: oklch(0.205 0 0); |
58 | | - --muted: oklch(0.97 0 0); |
59 | | - --muted-foreground: oklch(0.556 0 0); |
60 | | - --accent: oklch(0.97 0 0); |
61 | | - --accent-foreground: oklch(0.205 0 0); |
| 48 | + --background: hsl(0, 0%, 95%); |
| 49 | + --foreground: hsl(0, 0%, 16%); |
| 50 | + --card: hsl(0, 0%, 90%); |
| 51 | + --card-foreground: hsl(0, 0%, 24%); |
| 52 | + --popover: hsl(0, 0%, 90%); |
| 53 | + --popover-foreground: hsl(0, 0%, 24%); |
| 54 | + --primary: hsl(0, 0%, 95%); |
| 55 | + --primary-foreground: hsl(0, 0%, 11%); |
| 56 | + --secondary: hsl(0, 0%, 90%); |
| 57 | + --secondary-foreground: hsl(0, 0%, 16%); |
| 58 | + --muted: hsl(0, 0%, 80%); |
| 59 | + --muted-foreground: hsl(0, 0%, 24%); |
| 60 | + --accent: hsl(181, 100%, 22%); |
| 61 | + --accent-foreground: hsl(0, 0%, 11%); |
62 | 62 | --destructive: oklch(0.577 0.245 27.325); |
63 | 63 | --border: oklch(0.922 0 0); |
64 | 64 | --input: oklch(0.922 0 0); |
|
79 | 79 | } |
80 | 80 |
|
81 | 81 | .dark { |
82 | | - --background: oklch(0.145 0 0); |
83 | | - --foreground: oklch(0.985 0 0); |
84 | | - --card: oklch(0.205 0 0); |
85 | | - --card-foreground: oklch(0.985 0 0); |
86 | | - --popover: oklch(0.205 0 0); |
87 | | - --popover-foreground: oklch(0.985 0 0); |
88 | | - --primary: oklch(0.922 0 0); |
89 | | - --primary-foreground: oklch(0.205 0 0); |
90 | | - --secondary: oklch(0.269 0 0); |
91 | | - --secondary-foreground: oklch(0.985 0 0); |
92 | | - --muted: oklch(0.269 0 0); |
93 | | - --muted-foreground: oklch(0.708 0 0); |
94 | | - --accent: oklch(0.269 0 0); |
95 | | - --accent-foreground: oklch(0.985 0 0); |
| 82 | + --background: hsl(0, 0%, 11%); |
| 83 | + --foreground: hsl(0, 0%, 90%); |
| 84 | + --card: hsl(0, 0%, 16%); |
| 85 | + --card-foreground: hsl(0, 0%, 80%); |
| 86 | + --popover: hsl(0, 0%, 16%); |
| 87 | + --popover-foreground: hsl(0, 0%, 80%); |
| 88 | + --primary: hsl(0, 0%, 11%); |
| 89 | + --primary-foreground: hsl(0, 0%, 90%); |
| 90 | + --secondary: hsl(0, 0%, 16%); |
| 91 | + --secondary-foreground: hsl(0, 0%, 80%); |
| 92 | + --muted: hsl(0, 0%, 24%); |
| 93 | + --muted-foreground: hsl(0, 0%, 70%); |
| 94 | + --accent: hsl(181, 100%, 36%); |
| 95 | + --accent-foreground: hsl(0, 0%, 11%); |
96 | 96 | --destructive: oklch(0.704 0.191 22.216); |
97 | 97 | --border: oklch(1 0 0 / 10%); |
98 | 98 | --input: oklch(1 0 0 / 15%); |
|
120 | 120 | @apply bg-background text-foreground; |
121 | 121 | } |
122 | 122 | } |
| 123 | + |
| 124 | +@layer utilities { |
| 125 | + .container { |
| 126 | + @apply max-w-7xl mx-auto px-4; |
| 127 | + } |
| 128 | +} |
0 commit comments