_text.scss 147 B

12345
  1. // Text selection text color
  2. ::selection {
  3. color: var(--wp--custom--color--background);
  4. background-color: var(--wp--custom--color--foreground);
  5. }