'.edit-post-layout__content .edit-post-visual-editor {background-color: %s;}', 'content_font_colour' => '.editor-block-list__block, .editor-block-list__block p, .editor-rich-text h1, .editor-rich-text h2, .editor-rich-text h3, .editor-rich-text h4, .editor-rich-text h5, .editor-rich-text h6, blockquote p, .wp-block-quote p, .editor-block-list__block .wp-block-quote p, .lead {color: %s}', 'title_font_colour' => '.editor-post-title__block .editor-post-title__input {color: %s}', 'link_colour_normal' => '.editor-block-list__block-edit a {color: %s}', 'link_colour_hover' => '.editor-block-list__block-edit a:focus, .editor-block-list__block-edit a:hover {color: %s}', ); $style .= graphene_build_style( $colours ); $colours = array( 'button_bg|button_label'=> '.btn, .Button, .colour-preview .button, input[type="submit"], button[type="submit"], #commentform #submit, .wpsc_buy_button, #back-to-top, .wp-block-button .wp-block-button__link:not(.has-background) {background: %1$s; color: %2$s} .wp-block-button.is-style-outline .wp-block-button__link {background:transparent; border-color: %1$s}', ); $style .= graphene_build_style( $colours ); /* Print the styles */ echo '' . "\n"; } add_action( 'admin_head', 'graphene_blocks_dynamic_css', 100 );