a,
a:hover
{
    text-decoration: none;
}

a
{
    color: $theme-primary;
}

a:hover
{
    color: $theme-secondary;
}
