From: Ben Harris Date: Sat, 2 Feb 2019 19:39:39 +0000 (+0000) Subject: Web site colours: swap :link and :visited. X-Git-Tag: bedstead-002.001~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=6e1e1462ddef0fef67cc6c6e171253ac7c4be423;p=bedstead-debian.git Web site colours: swap :link and :visited. It's conventional for :visited to be the darker shade. --- 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; }