fix: revert tailwind preflight in carta markdown renderer

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 16:13:47 -05:00
parent edbfe02ee0
commit 64321bc19c
+5
View File
@@ -118,4 +118,9 @@
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }
}
/* Revert Tailwind's Preflight resets inside Carta's markdown renderer */
.carta-renderer * {
all: revert;
} }