ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_editor.scss (223B)


      1 [data-type="core/html"] textarea {
      2 	// Make sure that the color is not white on white when a dark body background is used.
      3 	color: var(--global--color-dark-gray);
      4 	border-radius: 0;
      5 	padding: var(--global--spacing-unit);
      6 }