Skip to content

Commit

Permalink
Merge pull request #441 from verdigado/task/fix-background-again
Browse files Browse the repository at this point in the history
Fix block background with color gray
  • Loading branch information
albig authored Nov 16, 2023
2 parents 815b487 + 24ccc49 commit 989f6ad
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 608 deletions.
1 change: 0 additions & 1 deletion functions/_s.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function sunflower_setup() {
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );

add_theme_support( 'wp-block-styles' );
add_theme_support( 'align-wide' );
add_theme_support( 'editor-styles' );
add_editor_style ( '/assets/css/editor-style.css' );
Expand Down
4 changes: 3 additions & 1 deletion js/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/

/*
* @params: {$} jQuery
*/
( function( $ ) {
// Site title and description.
wp.customize(
Expand Down
Loading

0 comments on commit 989f6ad

Please sign in to comment.