Update `button-link`
This commit is contained in:
parent
d3c265abc7
commit
8593b0c357
|
|
@ -35,8 +35,10 @@ button:disabled {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-link {
|
.button-link {
|
||||||
|
@apply text-gray-700;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply font-semibold underline;
|
@apply text-gray-900 underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue