hover color for card footer buttons

This commit is contained in:
Michael Shamoon
2021-03-12 19:59:45 -08:00
parent ea567ca99a
commit 0fb39fd433
2 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
&:hover,
&:focus {
background-color: transparent !important;
color: $primary;
}
}