From baa2b19349caa86e684ebf409bd691fb41c83400 Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Tue, 6 Jul 2021 19:06:37 +1000 Subject: [PATCH] visited links are darker --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index daacf2a..86395c7 100644 --- a/index.html +++ b/index.html @@ -84,9 +84,12 @@ font-style: italic; } - a, a:visited { + a { color: white; } + a:visited { + color: #bbb; + } code { font-family: Consolas, monospace;