diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index 45bb136b96..34993a039a 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -107,7 +107,6 @@ function twentyfourteen_customizer_styles() { h5 a:hover, h6 a:hover, a, - .primary-navigation ul ul a:hover, .entry-title a:hover, .cat-links a:hover, .site-content .post-navigation a:hover, diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index f0cb9f2bfe..10fbfadab0 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -709,12 +709,7 @@ body { } .primary-navigation li:hover > a { background-color: #2b2b2b; -} -.primary-navigation li li:hover > a { - background-color: #000; -} -.primary-navigation ul ul a:hover { - color: #24890d; + color: #fff; } .primary-navigation ul li:hover > ul { display: block;