From 6e1e1462ddef0fef67cc6c6e171253ac7c4be423 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 2 Feb 2019 19:39:39 +0000 Subject: [PATCH] Web site colours: swap :link and :visited. It's conventional for :visited to be the darker shade. --- bedstead.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedstead.css b/bedstead.css index aa856b7..deb3de8 100644 --- a/bedstead.css +++ b/bedstead.css @@ -45,8 +45,8 @@ body { } :link { - color: #22aa5b; + color: #38bf66; } :visited { - color: #38bf66; + color: #22aa5b; } -- 2.30.2