From 4a3cef9a014984d9a0d02c8575744643109ba2e4 Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 3 Jan 2023 12:58:53 +0100 Subject: [PATCH] fix: make paragraphs visible (#734) --- styles/global.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 5234147d..1ed23fa0 100644 --- a/styles/global.css +++ b/styles/global.css @@ -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;