From bca0da6c452d10c652c30077dfcac7a2d18a4d25 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 2 Sep 2019 20:43:48 +1000 Subject: [PATCH] fixed wrong colour on visited links --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index fce5017..e4a2e4a 100644 --- a/static/style.css +++ b/static/style.css @@ -129,7 +129,7 @@ a { text-decoration: none; } a:visited { - color: white; + color: mediumpurple; } h1 {