Skip to content

Commit

Permalink
Global Header: Add hover color for charcoal-1 headers (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego authored Sep 27, 2023
1 parent 6a92c36 commit 87f0b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mu-plugins/blocks/global-header-footer/postcss/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ html {
--wp-global-header--link-color--active: var(--wp--preset--color--white);
}

.has-charcoal-1-background-color {
--wp-global-header--background-color--hover: var(--wp--preset--color--charcoal-2);
}

.has-white-background-color {
--wp-global-header--background-color: var(--wp--preset--color--white);
--wp-global-header--background-color--hover: var(--wp--preset--color--light-grey-2);
Expand Down

0 comments on commit 87f0b56

Please sign in to comment.