Fix codeblock specificity, props @pauladamdavis
This commit is contained in:
parent
a516282b73
commit
a78784decf
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -951,7 +951,7 @@ is the very first element in the post content */
|
|||
background: var(--ghost-accent-color);
|
||||
}
|
||||
|
||||
.gh-content :not(pre) code {
|
||||
.gh-content :not(pre) > code {
|
||||
vertical-align: middle;
|
||||
padding: 0.15em 0.4em 0.15em;
|
||||
border: #e1eaef 1px solid;
|
||||
|
|
Loading…
Reference in a new issue