a.unreset, .unreset a {
    --un-text-opacity: 1;
    color: hsl(var(--primary) / var(--un-text-opacity)) !important;
    cursor: pointer;

    transition-duration: 200ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}


a.unreset:hover, .unreset a:hover {
    color: hsl(var(--primary) / 0.8);
}
