fix: .btn--black-10:hover background color

This commit is contained in:
Timothée Goguely 2025-01-27 16:38:40 +01:00
parent ba10924ea5
commit 8ff30c7f34

View file

@ -161,6 +161,9 @@ input[type="checkbox"]:checked + .btn--primary {
.btn--white-20:hover {
--btn-background: var(--color-white-15);
}
.btn--black-10:hover {
--btn-background: var(--color-black-20);
}
.btn--grey:hover {
--btn-background: var(--color-grey-800);
}