Make WordPress Core

Ticket #61474: 61474.1.patch

File 61474.1.patch, 655 bytes (added by pitamdey, 19 months ago)

I think we have to do the changes in scss file.

  • wp-content/themes/twentynineteen/style-editor.scss

     
    102102        color: $color__text-main;
    103103}
    104104
    105 p {
    106         font-size: $font__size_base;
    107 }
    108 
    109105h1,
    110106h2,
    111107h3,
     
    173169.has-dark-gray-background-color,
    174170.has-light-gray-background-color {
    175171        color: $color__background-body;
    176 
    177         p,
    178         h1,
    179         h2,
    180         h3,
    181         h4,
    182         h5,
    183         h6,
    184         a {
    185                 color: $color__background-body;
    186         }
    187172}
    188173
    189174// Use dark gray text against this background by default.