a{ color: var(--text); transition: color 0.5s; } a:visited{ color: var(--text); } a:hover{ color: black; }