Fix a bad style in CodeMirror.

Review Request #14669 — Created Nov. 5, 2025 and updated — Latest diff uploaded

Information

Review Board
release-7.1.x

Reviewers

We had a weird, single style rule for .cm-header that just specified
the color as "black". This made markdown header lines (such as those
starting with #) very hard to read when running in dark mode.

This change gets rid of that.

Edited a change description that had header lines and was able to read
the text.

Commits

Files