- Timestamp:
- 10/04/2023 08:54:34 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/custom-css.php
r56548 r56783 145 145 // Text color. 146 146 if ( $body && $body !== $body_default ) { 147 twentytwenty_generate_css( ' body.editor-styles-wrapper, .editor-post-title__block .editor-post-title__input, .editor-post-title__block .editor-post-title__input:focus', 'color', $body );147 twentytwenty_generate_css( 'html .editor-styles-wrapper, .editor-post-title__block .editor-post-title__input, .editor-post-title__block .editor-post-title__input:focus', 'color', $body ); 148 148 } 149 149
Note: See TracChangeset
for help on using the changeset viewer.