From 4b89bb0695d2669686c08be1ccbbaa4c48bc4ae2 Mon Sep 17 00:00:00 2001 From: Scott Emmons Date: Fri, 22 Aug 2014 21:38:08 -0700 Subject: [PATCH] Fix sidebar link hover color --- css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/theme.css b/css/theme.css index ef43c46..c4e327b 100644 --- a/css/theme.css +++ b/css/theme.css @@ -30,8 +30,7 @@ body { } .sidebar a:hover { - background-color: #4488ff; - color: #ffffff; + color: #3071a9; } .container-left {