Skip to content

Commit c50113c

Browse files
committed
fix: note paragraph style
Signed-off-by: Innei <[email protected]>
1 parent 90b6a32 commit c50113c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/(app)/notes/[id]/page.module.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
margin-bottom: 2rem;
8181
}
8282

83-
.paragraph:first-child::first-letter {
83+
> .paragraph:not(
84+
:where([class~='not-prose'], [class~='not-prose'] *)
85+
):first-child::first-letter {
8486
float: left;
8587
font-size: 2.4em;
8688
margin: 0 0.2em 0 0;

0 commit comments

Comments
 (0)