chiark / gitweb /
Web site colours: swap :link and :visited.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 2 Feb 2019 19:39:39 +0000 (19:39 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 2 Feb 2019 19:39:39 +0000 (19:39 +0000)
It's conventional for :visited to be the darker shade.

bedstead.css

index aa856b794111c94087712552bce2ef62bc24d29c..deb3de875fa3bc5af3f35a83b1bac94c0d29caa7 100644 (file)
@@ -45,8 +45,8 @@ body {
 }
 
 :link {
-  color: #22aa5b;
+  color: #38bf66;
 }
 :visited {
-  color: #38bf66;
+  color: #22aa5b;
 }