Make WordPress Core

Ticket #57415: 57415.diff

File 57415.diff, 1.2 KB (added by naeemhaque, 2 years ago)

Issue resolved by this patch

  • src/wp-content/themes/twentytwentyone/assets/css/style-editor.css

    diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
    index d6f1bd7819..15f145a926 100644
    a b body { 
    23032303}
    23042304
    23052305.wp-block a {
    2306         color: var(--wp--style--color--link, var(--global--color-primary));
     2306        color: var(--wp--style--color--link);
    23072307}
    23082308
    23092309.wp-block a:hover {
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
    index 45600e20fc..1e8c3d4cf8 100644
    a b pre { 
    15821582 */
    15831583a {
    15841584        cursor: pointer;
    1585         color: var(--wp--style--color--link, var(--global--color-primary));
     1585        color: var(--wp--style--color--link);
    15861586        text-underline-offset: 3px;
    15871587        text-decoration-skip-ink: all;
    15881588}
    p.has-background { 
    28282828}
    28292829
    28302830p.has-text-color a {
    2831         color: var(--wp--style--color--link, var(--global--color-primary));
     2831        color: var(--wp--style--color--link);
    28322832}
    28332833
    28342834pre.wp-block-preformatted {