---
id: 5f45b0731d39e15d54df4dfc
title: Part 81
challengeType: 0
---
## Description
The default color of link that has not yet been clicked on a page is typically blue. The default color of a link that has already been visited from a page is typically purple.
To make the `footer` links the same color regardless if a link has been visited, use a type selector for the anchor element (`a`) and use the value `black` for the `color` property.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed