Make WordPress Core

Ticket #56075: 56075.diff

File 56075.diff, 1.3 KB (added by aezazshekh, 3 years ago)

After adding this patch, now the selected link color is reflecting in the front-end side.

  • wp-content/themes/twentytwentytwo/style.css

    diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
    index a002276a07..1686d52123 100644
    a b body > .is-root-container > .wp-block-template-part > .wp-block-cover, 
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149/*
     150 * Add Footer CSS
     151 */
     152
     153 footer.wp-block-template-part{
     154        clear: both;
     155}
     156 No newline at end of file
  • wp-content/themes/twentytwentyone/style-rtl.css

    diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css
    index 4acdc3b22e..1e236af2da 100644
    a b p.has-background { 
    28912891}
    28922892
    28932893p.has-text-color a {
    2894         color: var(--wp--style--color--link, var(--global--color-primary));
     2894        color: inherit;
    28952895}
    28962896
    28972897pre.wp-block-preformatted {
  • wp-content/themes/twentytwentyone/style.css

    diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css
    index ca4360db11..5ebdcc39f3 100644
    a b p.has-background { 
    29012901}
    29022902
    29032903p.has-text-color a {
    2904         color: var(--wp--style--color--link, var(--global--color-primary));
     2904        color: inherit;
    29052905}
    29062906
    29072907pre.wp-block-preformatted {