fix button txt decoration
This commit is contained in:
parent
65cc1f52d9
commit
bb564a53d1
|
@ -31,6 +31,7 @@
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: var(--button-color);
|
background-color: var(--button-color);
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
transition: transform 100ms ease-in-out;
|
transition: transform 100ms ease-in-out;
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
|
|
Loading…
Reference in New Issue