Apply code styling for list items too
This commit is contained in:
parent
789b9e165b
commit
d114aebf99
|
@ -24,9 +24,12 @@ pre code.hljs,
|
|||
background: #eee;
|
||||
}
|
||||
|
||||
p code {
|
||||
background: #eee;
|
||||
padding: 1px 3px;
|
||||
p,
|
||||
li {
|
||||
code {
|
||||
background: #eee;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
}
|
||||
|
||||
pre code {
|
||||
|
|
Loading…
Reference in a new issue