a{

color: link-color();
text-decoration: none;

transition: all .2s;

&:hover{
        text-decoration: underline;
}

}