From 64321bc19c393fed6ea346d9efab2d4e2358f834 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 3 Mar 2026 16:13:47 -0500 Subject: [PATCH] fix: revert tailwind preflight in carta markdown renderer Co-Authored-By: Claude Opus 4.5 --- src/routes/layout.css | 5 +++++ 1 file changed, 5 insertions(+) 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