Commit 4fd2e53d authored by Simon Knox's avatar Simon Knox Committed by Ezekiel Kigbo

Resolve "Syntax highlighting has wrong inline background on darkmode"

parent a9593d19
......@@ -58,7 +58,7 @@ body.gl-dark {
}
}
.md code {
.md :not(pre.code) > code {
background-color: $gray-200;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment