_editor.scss 194 B

1234
  1. pre.wp-block-verse {
  2. font-family: monospace, monospace; // Matches front end font-family, which is not set to code.
  3. color: #{map-deep-get($config-global, "color", "foreground", "default")};
  4. }