diff --git a/hectabitstyles.css b/hectabitstyles.css index 2480162..443e6ae 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -27,10 +27,13 @@ a { min-width: 50px; max-width: 100px; display: inline-block; + text-decoration: none; + transition: all 0.3s ease; } .clickbutton:hover { background-color: rgb(40, 150, 179); + text-decoration: underline; } .spacer {