Ticket #25599: 25599.diff
File 25599.diff, 804 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/inc/customizer.php
112 112 $accent_lighter = get_theme_mod( 'accent_lighter' ); 113 113 $accent_much_lighter = get_theme_mod( 'accent_much_lighter' ); 114 114 115 $css = '<style type="text/css" id="twentyfourteen-accent-color"> 116 /* Custom accent color. */ 115 $css = '/* Custom accent color. */ 117 116 h1 a:hover, 118 117 h2 a:hover, 119 118 h3 a:hover, … … 198 197 .featured-content .more-link, 199 198 .widget-area a:hover { 200 199 color: ' . $accent_much_lighter . '; 201 } 202 </style>'; 200 }'; 203 201 204 202 wp_add_inline_style( 'twentyfourteen-style', $css ); 205 203 }