|
17 | 17 | } |
18 | 18 |
|
19 | 19 | :root { |
20 | | - --background: hsl(0 0% 21%); |
| 20 | + --background: hsl(0 0% 15%); |
21 | 21 | --foreground: hsl(0 0% 95%); |
22 | | - --card: hsl(24 9.8% 10%); |
| 22 | + --card: hsl(24 9.8% 7%); |
23 | 23 | --card-foreground: hsl(0 0% 95%); |
24 | 24 | --popover: hsl(0 0% 9%); |
25 | 25 | --popover-foreground: hsl(0 0% 95%); |
26 | 26 | --primary: hsl(142.1 70.6% 45.3%); |
27 | | - --primary-foreground: hsl(144.9 80.4% 10%); |
| 27 | + --primary-foreground: hsl(144.9 80.4% 8%); |
28 | 28 | --secondary: hsl(240 3.7% 15.9%); |
29 | 29 | --secondary-foreground: hsl(0 0% 98%); |
30 | | - --muted: hsl(0 0% 15%); |
| 30 | + --muted: hsl(0 0% 10%); |
31 | 31 | --muted-foreground: hsl(240 25% 80.9%); |
32 | | - --accent: hsl(12 6.5% 15.1%); |
| 32 | + --accent: hsl(12 6.5% 12.1%); |
33 | 33 | --accent-foreground: hsl(0 0% 98%); |
34 | | - --border: hsl(240 3.7% 15.9%); |
35 | | - --input: hsl(240 3.7% 15.9%); |
| 34 | + --border: hsl(240 3.7% 12.9%); |
| 35 | + --input: hsl(240 3.7% 12.9%); |
36 | 36 | --ring: hsl(142.4 71.8% 29.2%); |
37 | 37 | --radius: 0.5rem; |
38 | 38 | --tw-prose-headings: #fff; |
|
162 | 162 | } |
163 | 163 | :where(strong) { |
164 | 164 | color: var(--tw-prose-bold); |
165 | | - font-weight: 600; |
| 165 | + font-weight: 800; |
166 | 166 | } |
167 | 167 | :where(a strong) { |
168 | 168 | color: inherit; |
|
243 | 243 | @apply border-l-8; |
244 | 244 | @apply border-l-neutral-600; |
245 | 245 | @apply border-spacing-16; |
246 | | - @apply text-neutral-400; |
247 | | - @apply bg-zinc-800; |
| 246 | + @apply text-neutral-200; |
| 247 | + @apply bg-zinc-900; |
248 | 248 | @apply px-4; |
249 | 249 | @apply py-0.5; |
250 | 250 | @apply rounded-xl; |
|
376 | 376 | @apply mb-4; |
377 | 377 | @apply border-l-8; |
378 | 378 | @apply border-spacing-16; |
379 | | - @apply text-neutral-600; |
| 379 | + @apply text-neutral-500; |
380 | 380 | @apply leading-relaxed; |
381 | 381 | } |
382 | 382 | :where(pre code) { |
|
0 commit comments