Update buttons.

This commit is contained in:
Leo
2024-07-05 02:04:48 -05:00
parent 92461c03bc
commit 29cb0ea57f

View File

@@ -13,7 +13,7 @@
&:hover, &:active, &:focus {
color: $black;
background-color: $gray-300;
border-color: $gray-300;
border-color: $gray-400;
}
}
@@ -58,7 +58,7 @@
&:hover {
color: $black;
background-color: $gray-200;
border-color: $gray-200;
border-color: $gray-400;
}
}
}