Skip to content

Clean up CSS text color styles

Warren Gifford requested to merge sqs/scss/text-color into main

Created by: sqs

Standardizes how components declare text colors. No components declare their own custom theme colors for text anymore; now they use CSS custom properties that can change based on the user's selected theme.

There will be minor changes to the text colors used in various components, but no (intentional) major changes. If we want to tweak colors further, we'll just need to introduce more variables that themes define (which is super easy).

Similar to #14829

Merge request reports

Loading