Skip to content

Fixed dark mode info blocks in markdown docs.

Fuzuki requested to merge Fuzuki/developers:theme-info-block-fix into master

Info blocks in dark mode were white and text dark, made a small fix, colours ca be changed, here's how I got them:

  1. background: lightened the one from code blocks a bit.
  2. foreground: took foreground colour from code blocks directly.

Merge request reports