"Fossies" - the Fresh Open Source Software Archive
Member "wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss" (12 Nov 2020, 223 Bytes) of package /linux/www/wordpress-5.7-RC1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) SASS/SCSS source code syntax highlighting (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
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 }