Make WordPress Core

Ticket #57250: 57250.patch

File 57250.patch, 1.9 KB (added by nidhidhandhukiya, 23 months ago)
  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    673673.editor-styles-wrapper .wp-block-quote__citation,
    674674.editor-styles-wrapper .wp-block-quote cite,
    675675.editor-styles-wrapper .wp-block-quote footer {
    676         color: #6d6d6d;
     676        color: inherit;
    677677        font-size: 14px;
    678678        font-weight: 600;
    679679        line-height: 1.25;
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    677677.editor-styles-wrapper .wp-block-quote__citation,
    678678.editor-styles-wrapper .wp-block-quote cite,
    679679.editor-styles-wrapper .wp-block-quote footer {
    680         color: #6d6d6d;
     680        color: inherit;
    681681        font-size: 14px;
    682682        font-weight: 600;
    683683        line-height: 1.25;
  • wp-content/themes/twentytwenty/style-rtl.css

     
    549549}
    550550
    551551cite {
    552         color: #6d6d6d;
     552        color: inherit!important;
    553553        font-size: 1.4rem;
    554554        font-style: normal;
    555555        font-weight: 600;
  • wp-content/themes/twentytwenty/style.css

     
    553553}
    554554
    555555cite {
    556         color: #6d6d6d;
     556        color: inherit!important;
    557557        font-size: 1.4rem;
    558558        font-style: normal;
    559559        font-weight: 600;