diff --git wp-content/themes/twentynineteen/style-editor.css wp-content/themes/twentynineteen/style-editor.css
index 3751318..20e8ff3 100644
|
|
figcaption, |
758 | 758 | color: #767676; |
759 | 759 | } |
760 | 760 | |
| 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 | |
761 | 782 | /** === Post Title === */ |
762 | 783 | .editor-post-title__block:before { |
763 | 784 | background: #767676; |