From 03d54b7c0c6f958088f5087230b5962d6848d7ca Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 14:43:26 -0400 Subject: Fix style of named anchors on hover. --- (limited to 'main.css') 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; } -- cgit v0.9.1