diff --git a/src/routes/layout.css b/src/routes/layout.css index e48f5f0..d14be57 100644 --- a/src/routes/layout.css +++ b/src/routes/layout.css @@ -118,4 +118,9 @@ body { @apply bg-background text-foreground; } +} + +/* Revert Tailwind's Preflight resets inside Carta's markdown renderer */ +.carta-renderer * { + all: revert; } \ No newline at end of file