Ticket #29976: 29976.patch
File 29976.patch, 896 bytes (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/inc/customizer.php
521 521 background-color: %12$s; 522 522 } 523 523 524 /* Sidebar Menu Drop Down Arrow and Widget Title Color */ 525 .dropdown-toggle:after, 526 .widget, 527 .widget-title, 528 .widget blockquote cite, 529 .widget blockquote small { 530 color: %9$s; 531 } 532 524 533 @media screen and (min-width: 38.75em) { 525 534 /* Main Text Color */ 526 535 .page-header { … … 559 568 background-color: %8$s; 560 569 } 561 570 562 .secondary a,563 .dropdown-toggle:after,564 .widget-title,565 .widget blockquote cite,566 .widget blockquote small {567 color: %8$s;568 }569 570 571 .dropdown-toggle:focus { 571 572 outline-color: %8$s; 572 573 }