hover precedent button

This commit is contained in:
Tykayn 2022-02-14 11:17:49 +01:00 committed by tykayn
parent aa9f8ff9be
commit 85344e8422
1 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,9 @@
.button-previous {
margin-left: 0;
&:hover {
background: $d-primary;
color: $white !important;
}
}
}