hadnling button hover

This commit is contained in:
Antoine M 2023-12-21 17:01:47 +01:00
parent fdfcc5aca1
commit d9dab76867

View File

@ -188,3 +188,13 @@ article > *:not(.entry-content, .chapter-header-block),
} }
} }
} }
.post-conseil-page-container {
.wp-block-button__link {
transition: all 0.6s ease-out;
&:hover {
/* filter: contrast(2) brightness(0.6); */
filter: brightness(96%);
transform: translateY(-2px);
}
}
}