Ticket #61474: 61474.1.patch
| File 61474.1.patch, 655 bytes (added by , 19 months ago) |
|---|
-
wp-content/themes/twentynineteen/style-editor.scss
102 102 color: $color__text-main; 103 103 } 104 104 105 p {106 font-size: $font__size_base;107 }108 109 105 h1, 110 106 h2, 111 107 h3, … … 173 169 .has-dark-gray-background-color, 174 170 .has-light-gray-background-color { 175 171 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 }187 172 } 188 173 189 174 // Use dark gray text against this background by default.