Skip to content

Commit

Permalink
fix: note paragraph style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 23, 2024
1 parent 90b6a32 commit c50113c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/(app)/notes/[id]/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c50113c

Please sign in to comment.