Fix codeblock specificity, props @pauladamdavis

This commit is contained in:
John O'Nolan 2021-03-09 09:27:47 -05:00
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

View File

@ -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;