_editor.scss 182 B

123456
  1. /**
  2. * Set Jetpack form text color
  3. */
  4. .jetpack-contact-info-block .is-selected textarea.block-editor-plain-text {
  5. color: map-deep-get($config-elements, "form", "color", "text");
  6. }