Skip to content

Commit 9281919

Browse files
committed
Outline button styling
1 parent aae158c commit 9281919

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
color: var(--wp--preset--color--custom-rose-bloom) !important;
2121
}
2222

23+
:root
24+
:where(.wp-block-button.is-style-outline--2 .wp-block-button__link:hover) {
25+
color: var(--wp--preset--color--white) !important;
26+
}
27+
2328
.wp-block-read-more {
2429
background: var(--wp--preset--color--custom-rose-bloom) !important;
2530
color: #fff !important;

0 commit comments

Comments
 (0)