:visited

The :visited pseudo-class applies to links that the user has already visited and style them.

Syntax



a:visited {
  property: value;
}