Fix beige Button hover

This commit is contained in:
2021-10-19 19:02:01 +02:00
parent 0e48c89966
commit 26a07d76bc

View File

@@ -95,8 +95,12 @@
}
// Hover
&:hover {
.text-split__line {
&:last-child {
color: $color-primary-tertiary20;
}
}
&:hover {
background: darken($color-button, 2.5);
}
}