Commit 3eabb6c3 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '336404-syntax-highlighting-has-wrong-inline-background-on-darkmode' into 'master'

Resolve "Syntax highlighting has wrong inline background on darkmode"

See merge request gitlab-org/gitlab!66410
parents 4f8fb373 4fd2e53d
......@@ -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