Skip to content

Commit 44f2215

Browse files
committed
Updating button colours
1 parent 8b87949 commit 44f2215

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
.gform_wrapper .gform_button,
44
.gform_wrapper .gform_next_button,
55
.gform_wrapper .gform_previous_button {
6-
background: #a9325a !important;
6+
background: var(--wp--preset--color--custom-rose-bloom) !important;
77
color: #fff !important;
8-
border: 2px solid #a9325a !important;
8+
border: 2px solid var(--wp--preset--color--custom-rose-bloom) !important;
99
border-radius: 0 !important;
1010
}
1111

1212
.gform_wrapper .gform_button:hover,
1313
.gform_wrapper .gform_next_button:hover,
1414
.gform_wrapper .gform_previous_button:hover {
1515
background: transparent !important;
16-
color: #a9325a !important;
16+
color: var(--wp--preset--color--custom-rose-bloom) !important;
17+
}
18+
19+
.wp-block-button__link:hover {
20+
color: var(--wp--preset--color--custom-rose-bloom) !important;
1721
}

0 commit comments

Comments
 (0)