docs: Add code styling for first line in item descriptions
LDoc doesn't wrap the first line/paragraph of an item's description in `<p>` tags, so the previous style rules wouldn't apply to them.
This commit is contained in:
parent
1953c97ce3
commit
632b0c0d7b
|
@ -47,7 +47,11 @@ p.name {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd, p code, ol code, ul code {
|
kbd,
|
||||||
|
p code,
|
||||||
|
ol code,
|
||||||
|
ul code,
|
||||||
|
dd > code {
|
||||||
background-color: #eaedf587;
|
background-color: #eaedf587;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
|
Loading…
Reference in New Issue