Skip to content

Commit

Permalink
fix: make paragraphs visible (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 3, 2023
1 parent a4eda1c commit 4a3cef9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,13 @@ body {
--at-apply: font-bold;
}
p {
--at-apply: my-1;
--at-apply: my-2;
}
p:first-child {
--at-apply: mt-1;
}
p:last-child {
--at-apply: mb-1;
}
code {
--at-apply: bg-code text-code px1 py0.5 rounded text-0.9em leading-0.8em;
Expand Down

0 comments on commit 4a3cef9

Please sign in to comment.