chore(dashboard): remove prose quotes

This commit is contained in:
Ben Allfree 2025-07-18 18:22:46 -07:00
parent 0fa22301df
commit bb9d73c4f1

View File

@ -13,6 +13,10 @@
@apply mt-2 mb-2;
}
.prose :where(blockquote):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
quotes: none;
}
.docs-content img {
@apply border-accent rounded-lg border;
}