in 1 post, 1 voice
The composition textarea isn't restyled accordingly. A quick and dirty hack could be to enclosed it in the css spec:
const FIXED_FONT_CSS = "div.ii, textarea.dV { font: .9em monospace !important; } " + "div.ii div.im { color: #666 !important; } ";