Skip to content

Dark theme -- change color of category badges and highlighted text in redbasic dark scheme

phani00 requested to merge phani00/core:dark-theme into master

category badges are a couple of straightforward CSS rules added. hightlighted text (hl-tags) are implemented via inline styles, so fancy span strong:only-of-type is required. changing the editor to apply CSS classes instead of inline styles would be better IMO.

Merge request reports