Files
blog/tailwind.config.cjs
Gabriel Vidal 6b55c405f7 fix(theme): make bold, inline code and tables legible in dark mode
The `dark` typography variant only overrode the base text colour, so `strong`
and inline `code` kept the light-theme near-black from the base prose theme and
were close to unreadable on the dark background, as were table rules. The new
article leans on all three heavily, which is how this surfaced.

Adds dark overrides for strong, code (+ its backtick pseudo-elements), thead th,
tbody row borders and hr. Pre-existing for every post, not just the new one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 13:16:24 +02:00

3.9 KiB