summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-02 23:23:06 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-02 23:23:06 (EST)
commite48ebcb548061d534c80fa005b5477e5cad79586 (patch)
tree57e31fdaabbfac0a264d38ec129ef93b92748a81 /main.css
parent1b199e42e6e18efde82fc3d929eb089768cbddc1 (diff)
downloadwww-e48ebcb548061d534c80fa005b5477e5cad79586.zip
www-e48ebcb548061d534c80fa005b5477e5cad79586.tar.gz
www-e48ebcb548061d534c80fa005b5477e5cad79586.tar.bz2
Lighten "a:visited" color a bit.
Diffstat (limited to 'main.css')
-rw-r--r--main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.css b/main.css
index 930dc98..e2a6190 100644
--- a/main.css
+++ b/main.css
@@ -27,7 +27,7 @@ a {
text-decoration: underline;
}
a:visited {
- color: #6666EE;
+ color: #7777FF;
text-decoration: underline;
}
a:hover {