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; }