There was an error while loading. Please reload this page.
2 parents a1bb148 + f4655a0 commit 12590acCopy full SHA for 12590ac
1 file changed
wp-content/themes/indigotree-theme-2025/assets/sass/main.css
@@ -19,3 +19,15 @@
19
.wp-block-button__link:hover {
20
color: var(--wp--preset--color--custom-rose-bloom) !important;
21
}
22
+
23
+.wp-block-read-more {
24
+ background: var(--wp--preset--color--custom-rose-bloom) !important;
25
+ color: #fff !important;
26
+ border: 2px solid var(--wp--preset--color--custom-rose-bloom) !important;
27
+ border-radius: 0 !important;
28
+}
29
30
+.wp-block-read-more:hover {
31
+ background: transparent !important;
32
+ color: var(--wp--preset--color--custom-rose-bloom) !important;
33
0 commit comments