forked from Mirrors/elk
fix: make paragraphs visible (#734)
This commit is contained in:
parent
a4eda1ce66
commit
4a3cef9a01
1 changed files with 7 additions and 1 deletions
|
@ -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 a new issue