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:
Lucas Schwiderski 2021-12-21 16:34:26 +01:00
parent 1953c97ce3
commit 632b0c0d7b
No known key found for this signature in database
GPG key ID: AA12679AAA6DF4D8

View file

@ -47,7 +47,11 @@ p.name {
font-family: monospace;
}
kbd, p code, ol code, ul code {
kbd,
p code,
ol code,
ul code,
dd > code {
background-color: #eaedf587;
padding-left: 3px;
padding-right: 3px;