From d3ceebd2cdc1791097f7ba74fa06b75b7a75099a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 8 Oct 2013 17:31:00 +0000 Subject: [PATCH] Twenty Fourteen: accent color fixes, props celloexpressions. See #25220. * Try a darker text color for header nave submenu items on hover (matching site description color). * Fix a bad hover color override. git-svn-id: https://develop.svn.wordpress.org/trunk@25730 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 25f2dbe85b..c532ab59c3 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -609,7 +609,8 @@ body { text-align: center; text-transform: uppercase; } -.search-toggle a { +.search-toggle a, +.search-toggle a:hover { color: #fff; } .search-toggle:hover, @@ -711,6 +712,9 @@ body { background-color: #2b2b2b; color: #fff; } +.primary-navigation ul ul a:hover { + color: #8c8c8c; +} .primary-navigation ul li:hover > ul { display: block; }