Make WordPress Core

Ticket #49787: 49787.diff

File 49787.diff, 767 bytes (added by samful, 5 years ago)

CSS Only patch (needs to be made into SCSS)

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

    diff --git wp-content/themes/twentynineteen/style-editor.css wp-content/themes/twentynineteen/style-editor.css
    index 3751318..20e8ff3 100644
    figcaption, 
    758758  color: #767676;
    759759}
    760760
     761/** === Gutenburg Text Colors === */
     762.has-inline-color.has-primary-color{
     763  color: #0073aa;
     764}
     765
     766.has-inline-color.has-secondary-color{
     767  color: #005177;
     768}
     769
     770.has-inline-color.has-dark-gray-color{
     771  color: #111;
     772}
     773
     774.has-inline-color.has-light-gray-color{
     775  color: #767676;
     776}
     777
     778.has-inline-color.has-white-color{
     779  color: #FFF;
     780}
     781
    761782/** === Post Title === */
    762783.editor-post-title__block:before {
    763784  background: #767676;