Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions wp-content/themes/indigotree-theme-2025/assets/sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@
color: var(--wp--preset--color--custom-rose-bloom) !important;
}

:root
:where(.wp-block-button.is-style-outline--2 .wp-block-button__link:hover) {
color: var(--wp--preset--color--white) !important;
}

.wp-block-read-more {
background: var(--wp--preset--color--custom-rose-bloom) !important;
color: #fff !important;
border: 2px solid var(--wp--preset--color--custom-rose-bloom) !important;
border-radius: 0 !important;
font-weight: 400;
}

.wp-block-read-more:hover {
Expand Down
Loading