mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
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;
|
||||
}
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue