mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
fix: make paragraphs visible (#734)
This commit is contained in:
parent
a4eda1ce66
commit
4a3cef9a01
@ -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 New Issue
Block a user