Make WordPress Core

Ticket #58100: 58100.patch

File 58100.patch, 1.9 KB (added by nidhidhandhukiya, 2 years ago)
  • wp-content/themes/twentynineteen/style-editor.css

     
    10791079}
    10801080
    10811081.wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation {
    1082   color: #767676;
     1082  color: inherit;
    10831083}
    10841084
    10851085.wp-block-pullquote.is-style-solid-color blockquote {
  • wp-content/themes/twentynineteen/style-rtl.css

     
    57055705  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    57065706  line-height: 1.6;
    57075707  text-transform: none;
    5708   color: #767676;
     5708  color: inherit;
    57095709  /*
    57105710                         * This requires a rem-based font size calculation instead of our normal em-based one,
    57115711                         * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
  • wp-content/themes/twentynineteen/style.css

     
    57175717  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    57185718  line-height: 1.6;
    57195719  text-transform: none;
    5720   color: #767676;
     5720  color: inherit;
    57215721  /*
    57225722                         * This requires a rem-based font size calculation instead of our normal em-based one,
    57235723                         * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.