_colors.scss 207 B

123456
  1. // Provide reasonable default colors when a background color is chosen
  2. // that doesn't work with the default foreground color
  3. .has-primary-background-color {
  4. color: var(--wp--preset--color--background);
  5. }