preparing button to nice hover color

This commit is contained in:
Antoine M 2023-12-21 17:02:42 +01:00
parent 47a6efb090
commit afe63a83ba

View File

@ -416,6 +416,9 @@ body.erfgoed,
&:not(.homegrade-blocks-highlight--warning) { &:not(.homegrade-blocks-highlight--warning) {
.wp-block-button__link { .wp-block-button__link {
@apply !bg-patrimoine-renovation; @apply !bg-patrimoine-renovation;
/* &:hover {
@apply !bg-patrimoine-renovation-light;
} */
} }
} }
} }
@ -570,7 +573,6 @@ body.circulaire-renovatie,
.homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon { .homegrade-blocks-plus-loin .homegrade-blocks-custom-heading.has-icon {
&.has-icon:before { &.has-icon:before {
@apply bg-location-renovation-circulaire-light; @apply bg-location-renovation-circulaire-light;
} }
} }
.homegrade-blocks-lien-chapitre__cta:hover { .homegrade-blocks-lien-chapitre__cta:hover {