From 57fa2ec0afff975e5b0f54b4ab9a527eff4c8a8a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 15 Mar 2014 09:46:01 -0400 Subject: [PATCH] Corrected background on hover for free js essay link --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f7e7ce8..676f615 100644 --- a/style.css +++ b/style.css @@ -458,10 +458,11 @@ pre.js, div.float { #menu ul #whyfreejs a { margin: 0em; padding: 0em 0.5em; + color: #f57900; } -#menu ul #whyfreejs a { - color: #f57900; +#menu ul #whyfreejs a:hover { + background-color: inherit; } body.whyfreejs #menu ul #whyfreejs {