Commit 51062952 authored by Simon Knox's avatar Simon Knox

Merge branch 'change-background-color-markdown-code-dark-mode' into 'master'

Fix background color of markdown code in dark mode

See merge request gitlab-org/gitlab!66254
parents 7a21243c fc328c70
...@@ -57,4 +57,8 @@ body.gl-dark { ...@@ -57,4 +57,8 @@ body.gl-dark {
} }
} }
} }
.md 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