diff options
author | P. 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) |
commit | 51301d0057393348b5aef9d9b0dd2b91bed7e7ef (patch) | |
tree | 1dcceb79eb99b8440e8640bfd3cbea2fa13e42e5 | |
parent | 5913b239dc1d807af2e28a73bfd299289853f3df (diff) |
Change anchor styles.
-rw-r--r-- | main.css | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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; } |