diff --git a/index.html b/index.html index 62c7982..85a0cc9 100644 --- a/index.html +++ b/index.html @@ -35,24 +35,12 @@ -20px 20px #1a60c9; } - /* unvisited link */ - a:link { - color: red; + a { + color: white; } - /* visited link */ - a:visited { - color: green; - } - - /* mouse over link */ - a:hover { - color: hotpink; - } - - /* selected link */ - a:active { - color: blue; + a:link::after { + content: " (unvisited)"; }