Make WordPress Core

Ticket #62744: 62744.patch

File 62744.patch, 913 bytes (added by nidhidhandhukiya, 3 months ago)
  • wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    527527        display: block;
    528528        font-size: inherit;
    529529        font-style: normal;
    530         font-weight: 600;
     530        font-weight: inherit;
    531531        margin-top: 0.5em;
    532532}
    533533
  • wp-content/themes/twentyseventeen/style.css

     
    517517
    518518blockquote cite {
    519519        display: block;
    520         font-style: normal;
    521         font-weight: 600;
    522520        margin-top: 0.5em;
    523521}
     522.wp-block-quote cite{
     523        font-style: inherit;
     524}
    524525
    525526address {
    526527        margin: 0 0 1.5em;