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:
parent
5b5e048ffa
commit
d3ceebd2cd
@ -609,7 +609,8 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.search-toggle a {
|
.search-toggle a,
|
||||||
|
.search-toggle a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.search-toggle:hover,
|
.search-toggle:hover,
|
||||||
@ -711,6 +712,9 @@ body {
|
|||||||
background-color: #2b2b2b;
|
background-color: #2b2b2b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.primary-navigation ul ul a:hover {
|
||||||
|
color: #8c8c8c;
|
||||||
|
}
|
||||||
.primary-navigation ul li:hover > ul {
|
.primary-navigation ul li:hover > ul {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user