fix: make paragraphs visible (#734)

This commit is contained in:
patak 2023-01-03 12:58:53 +01:00 committed by GitHub
parent a4eda1ce66
commit 4a3cef9a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;