summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 14:43:26 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 14:43:26 (EDT)
commit03d54b7c0c6f958088f5087230b5962d6848d7ca (patch)
tree9ac2a81d37243c17ee98dcb1166f0cd465221734 /main.css
parent746025977dd7597100ceb1c866a3e8726e08d8f6 (diff)
Fix style of named anchors on hover.
Diffstat (limited to 'main.css')
-rw-r--r--main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.css b/main.css
index 3acd2d3..7fd9a62 100644
--- a/main.css
+++ b/main.css
@@ -1,6 +1,7 @@
* {
margin: 0px;
padding: 0px;
+ color: #000000;
}
body {
@@ -43,6 +44,10 @@ a:hover, a:active {
color: #333333;
text-decoration: underline;
}
+a[name]:hover {
+ color: #000000;
+ text-decoration: none;
+}
ul {
margin: 0px 0px 12px 16px;
}