Ticket #56578: 56578.patch
File 56578.patch, 896 bytes (added by , 3 years ago) |
---|
-
wp-content/themes/twentyfifteen/css/editor-blocks.css
344 344 .edit-post-visual-editor a, 345 345 .editor-block-list__block a, 346 346 .wp-block-freeform.block-library-rich-text__tinymce a { 347 border-bottom: 1px solid #333;348 color: #333;347 border-bottom: 1px solid currentColor; 348 color: currentColor; 349 349 text-decoration: none; 350 350 } 351 351 -
wp-content/themes/twentyfifteen/style.css
648 648 */ 649 649 650 650 a { 651 color: #333;651 color: currentColor; 652 652 text-decoration: none; 653 653 } 654 654