From cfa9c346e1cf4256b9ee58b8beb3e1cda06d30c8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 29 May 2012 23:21:57 -0400 Subject: Really apply link styles to children of "a". --- (limited to 'main.css') 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; } -- cgit v0.9.1