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 { &:hover {
color: $color-primary-tertiary20;
background: darken($color-button, 2.5); background: darken($color-button, 2.5);
} }
} }