From 1b199e42e6e18efde82fc3d929eb089768cbddc1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 02 Dec 2011 23:14:20 -0500 Subject: Add an "a:visited" style. --- (limited to 'main.css') diff --git a/main.css b/main.css index da92bb6..930dc98 100644 --- a/main.css +++ b/main.css @@ -26,6 +26,10 @@ a { color: #3333BB; text-decoration: underline; } +a:visited { + color: #6666EE; + text-decoration: underline; +} a:hover { color: #111188; text-decoration: underline; -- cgit v0.9.1