mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue