Improve styling of inline code

This commit is contained in:
benjamin melançon 2019-08-03 16:49:45 -04:00
parent 660027931b
commit a11ac27bde

View file

@ -12,3 +12,11 @@ code .tag, code .number {
background: inherit;
margin: inherit;
}
// Try to undo what presumably prism styling is doing to our in-text code:
code {
background-color: inherit;
color: inherit;
font-size: inherit;
padding: 0.2em 0.25em;
}