Skip to content

Commit 12590ac

Browse files
Merge pull request #8 from indigotree/feature/development-changes
Read more button styling
2 parents a1bb148 + f4655a0 commit 12590ac

1 file changed

Lines changed: 12 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@
1919
.wp-block-button__link:hover {
2020
color: var(--wp--preset--color--custom-rose-bloom) !important;
2121
}
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

Comments
 (0)