Skip to content

Use muted color for help texts on appearance admin page

What does this MR do and why?

Across GitLab, help texts for input fields have the muted color (#5e5e5e, dark mode: #bfbfbf). However, help texts on the Appearance page in the Admin area have a different color that is too light (#bfbfbf, dark mode: #525252) and therefore hardly legible (1.84 contrast ratio). It also uses cursive text, which is inconsistent.

Because of that, this MR replaces that color with the standard muted color for the Appearance page.

Screenshots or screen recordings

Dark/light mode Before After
Light mode image image
Dark mode Screen_Shot_2021-12-13_at_19.27.00 Screen_Shot_2021-12-13_at_19.26.06

How to set up and validate locally

  1. Go to the Admin Area
  2. Go to Settings > Appearance
  3. See the updated design

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Kev

Merge request reports