summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-29 23:21:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-29 23:21:57 (EDT)
commitcfa9c346e1cf4256b9ee58b8beb3e1cda06d30c8 (patch)
tree0661f9236e5cd1d3e15e0d354480705d280fd66e /main.css
parentb6ee935f8c97f16a8da03e5cadfe4d247fe17df3 (diff)
Really apply link styles to children of "a".
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 60c2135..2566f9b 100644
--- a/main.css
+++ b/main.css
@@ -38,7 +38,7 @@ a:link, a:link *, a:visited, a:visited * {
color: #0F1FA0;
text-decoration: none;
}
-a:hover, a:active {
+a:hover, a:hover *, a:active, a:active * {
color: #333333;
text-decoration: underline;
}