summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 14:32:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 14:32:50 (EDT)
commit51301d0057393348b5aef9d9b0dd2b91bed7e7ef (patch)
tree1dcceb79eb99b8440e8640bfd3cbea2fa13e42e5 /main.css
parent5913b239dc1d807af2e28a73bfd299289853f3df (diff)
Change anchor styles.
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.css b/main.css
index 64a9ce7..4ccdbb6 100644
--- a/main.css
+++ b/main.css
@@ -34,11 +34,14 @@ li {
font-size: 10pt;
font-family: sans-serif;
}
-a {
- color: #000000;
- text-decoration: underline;
+a:link, a:visited {
+ color: #0F1FA0;
font-family: sans-serif;
}
+a:hover, a:active {
+ color: #333333;
+ text-decoration: underline;
+}
ul {
margin: 0px 0px 12px 16px;
}