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; background: #eee;
} }
p code { p,
li {
code {
background: #eee; background: #eee;
padding: 1px 3px; padding: 1px 3px;
}
} }
pre code { pre code {