The color of the "Secondary Text" text on Visuals > Color > Light Text on Dark Background is #ffffff when it should be #f9f9fa Both "Primary Text" and "Secondary Text" uses the same color, as evident in `jekyll/_includes/color/light-text-dark-background.md` here: ``` <div> <table class="example"> <tr><td markdown="1" class="bg-dark"> Primary Text `#ffffff` </td></tr> <tr><td markdown="1" class="bg-dark"> Secondary Text ``` Screenshot of the issue: 