fix: make paragraphs visible (#734)
parent
a4eda1ce66
commit
4a3cef9a01
|
@ -116,7 +116,13 @@ body {
|
||||||
--at-apply: font-bold;
|
--at-apply: font-bold;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
--at-apply: my-1;
|
--at-apply: my-2;
|
||||||
|
}
|
||||||
|
p:first-child {
|
||||||
|
--at-apply: mt-1;
|
||||||
|
}
|
||||||
|
p:last-child {
|
||||||
|
--at-apply: mb-1;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
--at-apply: bg-code text-code px1 py0.5 rounded text-0.9em leading-0.8em;
|
--at-apply: bg-code text-code px1 py0.5 rounded text-0.9em leading-0.8em;
|
||||||
|
|
Loading…
Reference in New Issue