summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-02 23:14:20 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-02 23:14:20 (EST)
commit1b199e42e6e18efde82fc3d929eb089768cbddc1 (patch)
tree23aa13bc5d0c34334f5cf3599fa18c8640c1d066 /main.css
parent52f1097959b46e12edda05e0a2c9a50dd67497d5 (diff)
downloadwww-1b199e42e6e18efde82fc3d929eb089768cbddc1.zip
www-1b199e42e6e18efde82fc3d929eb089768cbddc1.tar.gz
www-1b199e42e6e18efde82fc3d929eb089768cbddc1.tar.bz2
Add an "a:visited" style.
Diffstat (limited to 'main.css')
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
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;