Fix a bad style in CodeMirror.
Review Request #14669 — Created Nov. 5, 2025 and updated — Latest diff uploaded
We had a weird, single style rule for
.cm-headerthat 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.