Make WordPress Core

Ticket #49787: #49787.3.patch

File #49787.3.patch, 557 bytes (added by smit08, 3 years ago)

In 2019 theme only primary, secondary and dark green color required the editor css so i created a patch for this 3 colors only.

  • src/wp-content/themes/twentynineteen/style-editor.css

     
    15771577  padding-right: 0;
    15781578  width: 100%;
    15791579}
     1580
     1581.has-inline-color.has-primary-color{
     1582  color: #0073aa;
     1583}       
     1584.has-inline-color.has-secondary-color{
     1585 color: #005177;
     1586}       
     1587.has-inline-color.has-dark-gray-color{
     1588color: #111;
     1589}
     1590 No newline at end of file