Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Block Canvas: Update background and foreground color slugs to base an…
Browse files Browse the repository at this point in the history
…d contrast (#6892)

* Block Canvas: Update background and foreground color slugs based on the theme development guideline.

* Block Canvas: Order color slugs in alphabetical order
  • Loading branch information
iamtakashi authored Mar 23, 2023
1 parent 6f38cf1 commit 2920b04
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 364 deletions.
2 changes: 1 addition & 1 deletion block-canvas/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GNU General Public License for more details.
*/
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--background);
color: var(--wp--preset--color--base);
border-color: var(--wp--preset--color--secondary);
}

Expand Down
Loading

0 comments on commit 2920b04

Please sign in to comment.