From 28170f2079c5d12f6148fef34fd6fde8914301dd Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 7 Jul 2023 17:41:54 +0000 Subject: [PATCH] unvisited stuff --- index.html | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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)"; }