Make WordPress Core

Ticket #55990: #55990.2.patch

File #55990.2.patch, 1.9 KB (added by kmadhak, 2 years ago)

Added Patch

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    856856.editor-styles-wrapper .wp-block-pullquote__citation,
    857857.editor-styles-wrapper .wp-block-pullquote cite,
    858858.editor-styles-wrapper .wp-block-pullquote footer {
    859         color: #6d6d6d;
     859        color: currentColor;
    860860        font-size: 16px;
    861861        font-weight: 500;
    862862        margin-top: 12px;
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    856856.editor-styles-wrapper .wp-block-pullquote__citation,
    857857.editor-styles-wrapper .wp-block-pullquote cite,
    858858.editor-styles-wrapper .wp-block-pullquote footer {
    859         color: #6d6d6d;
     859        color: currentColor;
    860860        font-size: 16px;
    861861        font-weight: 500;
    862862        margin-top: 12px;
  • wp-content/themes/twentytwenty/style-rtl.css

     
    32343234}
    32353235
    32363236.wp-block-pullquote cite {
    3237         color: #6d6d6d;
     3237        color: currentColor;
    32383238        font-size: 1.6rem;
    32393239        font-weight: 500;
    32403240        margin-top: 1.2rem;
  • wp-content/themes/twentytwenty/style.css

     
    32543254}
    32553255
    32563256.wp-block-pullquote cite {
    3257         color: #6d6d6d;
     3257        color: currentColor;
    32583258        font-size: 1.6rem;
    32593259        font-weight: 500;
    32603260        margin-top: 1.2rem;