Fix inline code style not applied to stylized text ()

* bug: inline code style not applied to stylized text

* Use double colons for pseudoelements
This commit is contained in:
iBug
2022-05-27 22:06:37 +08:00
committed by GitHub
parent 4e19f46d68
commit 3051fcd3c9
2 changed files with 15 additions and 19 deletions
_sass/minimal-mistakes

@ -160,24 +160,6 @@ pre {
overflow-x: auto; /* add scrollbars to wide code blocks*/
}
p > code,
a > code,
li > code,
figcaption > code,
td > code {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
font-size: 0.8em;
background: $code-background-color;
border-radius: $border-radius;
&:before,
&:after {
letter-spacing: -0.2em;
content: "\00a0"; /* non-breaking space*/
}
}
/* horizontal rule */
hr {