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
This commit is contained in:
Lance Willett 2013-10-08 17:31:00 +00:00
parent 5b5e048ffa
commit d3ceebd2cd
1 changed files with 5 additions and 1 deletions

View File

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