Make WordPress Core

Changeset 25730


Ignore:
Timestamp:
10/08/2013 05:31:00 PM (11 years ago)
Author:
lancewillett
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25729 r25730  
    610610    text-transform: uppercase;
    611611}
    612 .search-toggle a {
     612.search-toggle a,
     613.search-toggle a:hover {
    613614    color: #fff;
    614615}
     
    711712    background-color: #2b2b2b;
    712713    color: #fff;
     714}
     715.primary-navigation ul ul a:hover {
     716    color: #8c8c8c;
    713717}
    714718.primary-navigation ul li:hover > ul {
Note: See TracChangeset for help on using the changeset viewer.