feat: Add notes with markdown editor #1

Merged
patrick merged 7 commits from feature/notes into main 2026-03-03 13:23:02 -08:00
Showing only changes of commit 64321bc19c - Show all commits
+5
View File
@@ -118,4 +118,9 @@
body {
@apply bg-background text-foreground;
}
}
/* Revert Tailwind's Preflight resets inside Carta's markdown renderer */
.carta-renderer * {
all: revert;
}