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;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
p code {
|
p,
|
||||||
|
li {
|
||||||
|
code {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
|
Loading…
Reference in a new issue