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,10 +24,13 @@ pre code.hljs,
background: #eee;
}
p code {
p,
li {
code {
background: #eee;
padding: 1px 3px;
}
}
pre code {
.pre;