diff --git a/src/app/(app)/notes/[id]/page.module.css b/src/app/(app)/notes/[id]/page.module.css index c06702afcd..ab5d662759 100644 --- a/src/app/(app)/notes/[id]/page.module.css +++ b/src/app/(app)/notes/[id]/page.module.css @@ -80,7 +80,9 @@ margin-bottom: 2rem; } - .paragraph:first-child::first-letter { + > .paragraph:not( + :where([class~='not-prose'], [class~='not-prose'] *) + ):first-child::first-letter { float: left; font-size: 2.4em; margin: 0 0.2em 0 0;