Ticket #56075: 56075.1.diff
File 56075.1.diff, 1.9 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/css/ie.css
3727 3727 color: #28303d; 3728 3728 } 3729 3729 3730 p.has-background a { 3731 color: currentColor; 3732 } 3733 3730 3734 pre.wp-block-preformatted { 3731 3735 overflow-x: auto; 3732 3736 white-space: pre; -
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss
11 11 &.has-text-color a { 12 12 color: var(--wp--style--color--link, var(--global--color-primary)); 13 13 } 14 15 &.has-background a { 16 color: currentColor; 17 } 14 18 } -
src/wp-content/themes/twentytwentyone/style-rtl.css
2894 2894 color: var(--wp--style--color--link, var(--global--color-primary)); 2895 2895 } 2896 2896 2897 p.has-background a { 2898 color: currentColor; 2899 } 2900 2897 2901 pre.wp-block-preformatted { 2898 2902 overflow-x: auto; 2899 2903 white-space: pre; -
src/wp-content/themes/twentytwentyone/style.css
2904 2904 color: var(--wp--style--color--link, var(--global--color-primary)); 2905 2905 } 2906 2906 2907 p.has-background a { 2908 color: currentColor; 2909 } 2910 2907 2911 pre.wp-block-preformatted { 2908 2912 overflow-x: auto; 2909 2913 white-space: pre;