Ticket #59457: 59457.patch
File 59457.patch, 1.3 KB (added by , 14 months ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.css
1580 1580 padding-right: 0; 1581 1581 width: 100%; 1582 1582 } 1583 .wp-calendar-table.has-primary-color{ 1584 color: #0073A8; 1585 } 1586 .wp-calendar-table.has-secondary-color{ 1587 color: #005075; 1588 } 1589 .wp-calendar-table.has-dark-gray-color{ 1590 color: #111; 1591 } 1592 .wp-calendar-table.has-light-gray-color{ 1593 color: #767676; 1594 } 1595 .wp-calendar-table.has-white-color{ 1596 color: #fff; 1597 } 1598 No newline at end of file -
wp-content/themes/twentynineteen/style-editor.scss
995 995 width: 100%; 996 996 } 997 997 } 998 .wp-calendar-table{ 999 &.has-primary-color{ 1000 color: #0073A8; 1001 } 1002 &.has-secondary-color{ 1003 color: #005075; 1004 } 1005 &.has-secondary-color{ 1006 color: #005075; 1007 } 1008 &.has-dark-gray-color{ 1009 color: #111; 1010 } 1011 &.has-light-gray-color{ 1012 color: #767676; 1013 } 1014 &.has-white-color{ 1015 color: #fff; 1016 } 1017 } 1018 No newline at end of file