From e436cbc8a97c15944fefacca0413cf81a233160a Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 7 Jul 2023 17:43:05 +0000 Subject: [PATCH] Update 'index.html' --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 85a0cc9..4819e51 100644 --- a/index.html +++ b/index.html @@ -36,13 +36,17 @@ } a { - color: white; + color: lightgray; } a:link::after { content: " (unvisited)"; } + a:visited::after { + content: ""; + } +