Skip to content

Commit

Permalink
Hide empty paragraphs, indent first paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Nov 23, 2023
1 parent 878e16b commit c71c084
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/[article_slug].module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
color: var(--primary) !important;
}

#content p:first-of-type {
text-indent: 36px !important;
}

#content p br {
display: none;
}

#content a {
text-decoration: underline;
}
Expand Down

0 comments on commit c71c084

Please sign in to comment.