Skip to content

Commit 281a0f4

Browse files
committed
Correcting hover styling on outline button
1 parent a3b461e commit 281a0f4

1 file changed

Lines changed: 4 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
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(
25+
--wp--custom--global-button--hover--color--background
26+
) !important;
2527
}
2628

2729
.wp-block-read-more {

0 commit comments

Comments
 (0)