Improve tender tertiary button.

This commit is contained in:
Leo
2024-05-27 10:55:28 -05:00
parent d48e84221a
commit a47e75f8f6

View File

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