fix: revert tailwind preflight in carta markdown renderer
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -118,4 +118,9 @@
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
/* Revert Tailwind's Preflight resets inside Carta's markdown renderer */
|
||||
.carta-renderer * {
|
||||
all: revert;
|
||||
}
|
||||
Reference in New Issue
Block a user