Make WordPress Core

Ticket #59919: 59919.patch

File 59919.patch, 1.9 KB (added by nidhidhandhukiya, 15 months ago)
  • wp-content/themes/twentysixteen/css/blocks.css

     
    189189        color: inherit;
    190190}
    191191
    192 .wp-block-pullquote p {
    193         font-size: 19px;
    194         font-size: 1.1875rem;
    195 }
    196192
     193
    197194.wp-block-pullquote cite {
    198195        color: #1a1a1a;
    199196        display: block;
    200         font-size: 16px;
    201         font-size: 1rem;
    202197        font-style: normal;
    203198        line-height: 1.75;
    204199        text-transform: none;
  • wp-content/themes/twentysixteen/css/editor-blocks.css

     
    513513.wp-block-pullquote .wp-block-pullquote__citation {
    514514        color: #1a1a1a;
    515515        display: block;
    516         font-size: 16px;
    517         font-size: 1rem;
    518516        font-style: italic;
    519517        line-height: 1.75;
    520518        text-transform: none;
  • wp-content/themes/twentysixteen/css/editor-style.css

     
    112112blockquote {
    113113        border-left: 4px solid #1a1a1a;
    114114        color: #686868;
    115         font-size: 19px;
    116115        font-style: italic;
    117116        line-height: 1.4736842105;
    118117        margin-bottom: 28px;
  • wp-content/themes/twentysixteen/style.css

     
    340340        border: 0 solid #1a1a1a;
    341341        border-left-width: 4px;
    342342        color: #686868;
    343         font-size: 19px;
    344         font-size: 1.1875rem;
    345343        font-style: italic;
    346344        line-height: 1.4736842105;
    347345        margin: 0 0 1.4736842105em;