Apply code styling for list items too

This commit is contained in:
Oliver Davies 2017-11-01 21:16:32 +00:00
parent 789b9e165b
commit d114aebf99

View file

@ -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 {