Skip to content

Commit 1907b3b

Browse files
Merge pull request #11 from indigotree/feature/development-changes
Correcting hover styling on outline button
2 parents b0d1b13 + c4c0ac6 commit 1907b3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • wp-content/themes/indigotree-theme-2025/assets/sass

wp-content/themes/indigotree-theme-2025/assets/sass/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
color: var(--wp--preset--color--custom-rose-bloom);
2121
}
2222

23-
:where(.wp-block-button.is-style-outline--2 .wp-block-button__link:hover) {
24-
color: var(--wp--preset--color--white);
23+
.wp-block-button.is-style-outline--2 .wp-block-button__link:hover {
24+
color: var(--wp--custom--global-button--hover--color--background) !important;
2525
}
2626

2727
.wp-block-read-more {

0 commit comments

Comments
 (0)