Improve styling of inline code
This commit is contained in:
parent
660027931b
commit
a11ac27bde
1 changed files with 8 additions and 0 deletions
|
@ -12,3 +12,11 @@ code .tag, code .number {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
margin: 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue