Make code styles apply in more than just P tags

This commit is contained in:
Robert Marshall 2020-03-15 11:55:51 +00:00
parent b506baa76d
commit e36459c3b8

View file

@ -24,7 +24,7 @@
}
}
p > code {
:not(pre) > code {
padding: 2px;
background: @Grey-200;
border-radius: 2px;