Make WordPress Core

Ticket #56578: 56578.patch

File 56578.patch, 896 bytes (added by multidots1896, 3 years ago)

added patch

  • wp-content/themes/twentyfifteen/css/editor-blocks.css

     
    344344.edit-post-visual-editor a,
    345345.editor-block-list__block a,
    346346.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;
    349349        text-decoration: none;
    350350}
    351351
  • wp-content/themes/twentyfifteen/style.css

     
    648648 */
    649649
    650650a {
    651         color: #333;
     651        color: currentColor;
    652652        text-decoration: none;
    653653}
    654654