| @@ -6,10 +6,11 @@ | ||
| 6 | 6 | color-scheme: only light; |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | @layer components { |
| 10 | + /* Theme variations like hong-kong and tokyo uppercase every heading. */ | |
| 10 | 11 | .extendify-agent-markdown :is(h1, h2, h3, h4) { |
| 11 | - @apply font-sans! text-gray-900!; | |
| 12 | + @apply font-sans! normal-case! tracking-normal! text-gray-900!; | |
| 12 | 13 | } |
| 13 | 14 | .extendify-agent-markdown h1 { |
| 14 | 15 | @apply mb-2! mt-0! text-2xl! font-bold!; |
| 15 | 16 | } |