|
@@ -95,7 +95,7 @@ function gwp24_block_styles(){
|
|
|
|
|
|
|
|
add_action( 'admin_enqueue_scripts', 'gwp24_admin_styles' );
|
|
add_action( 'admin_enqueue_scripts', 'gwp24_admin_styles' );
|
|
|
function gwp24_admin_styles() {
|
|
function gwp24_admin_styles() {
|
|
|
- wp_enqueue_style( 'style-editor', get_template_directory_uri().'/style-editor.css' );
|
|
|
|
|
|
|
+ wp_enqueue_style( 'style-editor', get_template_directory_uri().'/style-editor.css', array( 'colors' ), '1.1' );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
remove_theme_support( 'core-block-patterns' );
|
|
remove_theme_support( 'core-block-patterns' );
|