After you visit a link, a:visited can change its color (often purple here).
Browsers limit visited styles for privacy — color is the reliable one (rule 46).
What to notice
Top lab nav and dark app nav both use :hover
Visited links keep a different color so users see where they have been
Unvisited links stay teal until opened
Rules 43 and 46. Tip: keep hover feedback subtle so the layout does not jump.