Commit fc328c70 authored by Eugenia Grieff's avatar Eugenia Grieff Committed by Simon Knox

Fix background color of markdown code in dark mode

Make the code highlight in markdown text more
visible when using dark mode.

Changelog: fixed
parent 2ba6fcec
......@@ -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