- Timestamp:
- 03/07/2019 10:36:58 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44739 r44818 839 839 color: $color__background-body; 840 840 841 p,842 h1,843 h2,844 h3,845 h4,846 h5,847 h6,848 a {841 > p, 842 > h1, 843 > h2, 844 > h3, 845 > h4, 846 > h5, 847 > h6, 848 > a { 849 849 color: $color__background-body; 850 850 } … … 855 855 856 856 // Use dark gray text against this background by default. 857 p,858 h1,859 h2,860 h3,861 h4,862 h5,863 h6,864 a {857 > p, 858 > h1, 859 > h2, 860 > h3, 861 > h4, 862 > h5, 863 > h6, 864 > a { 865 865 color: $color__text-main; 866 866 } … … 895 895 .has-primary-color, 896 896 .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, 897 .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {897 .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { 898 898 color: $color__link; 899 899 } … … 901 901 .has-secondary-color, 902 902 .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, 903 .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {903 .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { 904 904 color: $color__border-link-hover; 905 905 } … … 907 907 .has-dark-gray-color, 908 908 .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, 909 .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {909 .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { 910 910 color: $color__text-main; 911 911 } … … 913 913 .has-light-gray-color, 914 914 .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, 915 .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {915 .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { 916 916 color: $color__text-light; 917 917 } -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r44773 r44818 6076 6076 } 6077 6077 6078 .entry .entry-content .has-primary-background-color p,6079 .entry .entry-content .has-primary-background-color h1,6080 .entry .entry-content .has-primary-background-color h2,6081 .entry .entry-content .has-primary-background-color h3,6082 .entry .entry-content .has-primary-background-color h4,6083 .entry .entry-content .has-primary-background-color h5,6084 .entry .entry-content .has-primary-background-color h6,6085 .entry .entry-content .has-primary-background-color a,6086 .entry .entry-content .has-secondary-background-color p,6087 .entry .entry-content .has-secondary-background-color h1,6088 .entry .entry-content .has-secondary-background-color h2,6089 .entry .entry-content .has-secondary-background-color h3,6090 .entry .entry-content .has-secondary-background-color h4,6091 .entry .entry-content .has-secondary-background-color h5,6092 .entry .entry-content .has-secondary-background-color h6,6093 .entry .entry-content .has-secondary-background-color a,6094 .entry .entry-content .has-dark-gray-background-color p,6095 .entry .entry-content .has-dark-gray-background-color h1,6096 .entry .entry-content .has-dark-gray-background-color h2,6097 .entry .entry-content .has-dark-gray-background-color h3,6098 .entry .entry-content .has-dark-gray-background-color h4,6099 .entry .entry-content .has-dark-gray-background-color h5,6100 .entry .entry-content .has-dark-gray-background-color h6,6101 .entry .entry-content .has-dark-gray-background-color a,6102 .entry .entry-content .has-light-gray-background-color p,6103 .entry .entry-content .has-light-gray-background-color h1,6104 .entry .entry-content .has-light-gray-background-color h2,6105 .entry .entry-content .has-light-gray-background-color h3,6106 .entry .entry-content .has-light-gray-background-color h4,6107 .entry .entry-content .has-light-gray-background-color h5,6108 .entry .entry-content .has-light-gray-background-color h6,6109 .entry .entry-content .has-light-gray-background-color a {6078 .entry .entry-content .has-primary-background-color > p, 6079 .entry .entry-content .has-primary-background-color > h1, 6080 .entry .entry-content .has-primary-background-color > h2, 6081 .entry .entry-content .has-primary-background-color > h3, 6082 .entry .entry-content .has-primary-background-color > h4, 6083 .entry .entry-content .has-primary-background-color > h5, 6084 .entry .entry-content .has-primary-background-color > h6, 6085 .entry .entry-content .has-primary-background-color > a, 6086 .entry .entry-content .has-secondary-background-color > p, 6087 .entry .entry-content .has-secondary-background-color > h1, 6088 .entry .entry-content .has-secondary-background-color > h2, 6089 .entry .entry-content .has-secondary-background-color > h3, 6090 .entry .entry-content .has-secondary-background-color > h4, 6091 .entry .entry-content .has-secondary-background-color > h5, 6092 .entry .entry-content .has-secondary-background-color > h6, 6093 .entry .entry-content .has-secondary-background-color > a, 6094 .entry .entry-content .has-dark-gray-background-color > p, 6095 .entry .entry-content .has-dark-gray-background-color > h1, 6096 .entry .entry-content .has-dark-gray-background-color > h2, 6097 .entry .entry-content .has-dark-gray-background-color > h3, 6098 .entry .entry-content .has-dark-gray-background-color > h4, 6099 .entry .entry-content .has-dark-gray-background-color > h5, 6100 .entry .entry-content .has-dark-gray-background-color > h6, 6101 .entry .entry-content .has-dark-gray-background-color > a, 6102 .entry .entry-content .has-light-gray-background-color > p, 6103 .entry .entry-content .has-light-gray-background-color > h1, 6104 .entry .entry-content .has-light-gray-background-color > h2, 6105 .entry .entry-content .has-light-gray-background-color > h3, 6106 .entry .entry-content .has-light-gray-background-color > h4, 6107 .entry .entry-content .has-light-gray-background-color > h5, 6108 .entry .entry-content .has-light-gray-background-color > h6, 6109 .entry .entry-content .has-light-gray-background-color > a { 6110 6110 color: #fff; 6111 6111 } … … 6115 6115 } 6116 6116 6117 .entry .entry-content .has-white-background-color p,6118 .entry .entry-content .has-white-background-color h1,6119 .entry .entry-content .has-white-background-color h2,6120 .entry .entry-content .has-white-background-color h3,6121 .entry .entry-content .has-white-background-color h4,6122 .entry .entry-content .has-white-background-color h5,6123 .entry .entry-content .has-white-background-color h6,6124 .entry .entry-content .has-white-background-color a {6117 .entry .entry-content .has-white-background-color > p, 6118 .entry .entry-content .has-white-background-color > h1, 6119 .entry .entry-content .has-white-background-color > h2, 6120 .entry .entry-content .has-white-background-color > h3, 6121 .entry .entry-content .has-white-background-color > h4, 6122 .entry .entry-content .has-white-background-color > h5, 6123 .entry .entry-content .has-white-background-color > h6, 6124 .entry .entry-content .has-white-background-color > a { 6125 6125 color: #111; 6126 6126 } … … 6153 6153 .entry .entry-content .has-primary-color, 6154 6154 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, 6155 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {6155 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { 6156 6156 color: #0073aa; 6157 6157 } … … 6159 6159 .entry .entry-content .has-secondary-color, 6160 6160 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, 6161 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {6161 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { 6162 6162 color: #005177; 6163 6163 } … … 6165 6165 .entry .entry-content .has-dark-gray-color, 6166 6166 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, 6167 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {6167 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { 6168 6168 color: #111; 6169 6169 } … … 6171 6171 .entry .entry-content .has-light-gray-color, 6172 6172 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, 6173 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {6173 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { 6174 6174 color: #767676; 6175 6175 } -
trunk/src/wp-content/themes/twentynineteen/style.css
r44739 r44818 6088 6088 } 6089 6089 6090 .entry .entry-content .has-primary-background-color p,6091 .entry .entry-content .has-primary-background-color h1,6092 .entry .entry-content .has-primary-background-color h2,6093 .entry .entry-content .has-primary-background-color h3,6094 .entry .entry-content .has-primary-background-color h4,6095 .entry .entry-content .has-primary-background-color h5,6096 .entry .entry-content .has-primary-background-color h6,6097 .entry .entry-content .has-primary-background-color a,6098 .entry .entry-content .has-secondary-background-color p,6099 .entry .entry-content .has-secondary-background-color h1,6100 .entry .entry-content .has-secondary-background-color h2,6101 .entry .entry-content .has-secondary-background-color h3,6102 .entry .entry-content .has-secondary-background-color h4,6103 .entry .entry-content .has-secondary-background-color h5,6104 .entry .entry-content .has-secondary-background-color h6,6105 .entry .entry-content .has-secondary-background-color a,6106 .entry .entry-content .has-dark-gray-background-color p,6107 .entry .entry-content .has-dark-gray-background-color h1,6108 .entry .entry-content .has-dark-gray-background-color h2,6109 .entry .entry-content .has-dark-gray-background-color h3,6110 .entry .entry-content .has-dark-gray-background-color h4,6111 .entry .entry-content .has-dark-gray-background-color h5,6112 .entry .entry-content .has-dark-gray-background-color h6,6113 .entry .entry-content .has-dark-gray-background-color a,6114 .entry .entry-content .has-light-gray-background-color p,6115 .entry .entry-content .has-light-gray-background-color h1,6116 .entry .entry-content .has-light-gray-background-color h2,6117 .entry .entry-content .has-light-gray-background-color h3,6118 .entry .entry-content .has-light-gray-background-color h4,6119 .entry .entry-content .has-light-gray-background-color h5,6120 .entry .entry-content .has-light-gray-background-color h6,6121 .entry .entry-content .has-light-gray-background-color a {6090 .entry .entry-content .has-primary-background-color > p, 6091 .entry .entry-content .has-primary-background-color > h1, 6092 .entry .entry-content .has-primary-background-color > h2, 6093 .entry .entry-content .has-primary-background-color > h3, 6094 .entry .entry-content .has-primary-background-color > h4, 6095 .entry .entry-content .has-primary-background-color > h5, 6096 .entry .entry-content .has-primary-background-color > h6, 6097 .entry .entry-content .has-primary-background-color > a, 6098 .entry .entry-content .has-secondary-background-color > p, 6099 .entry .entry-content .has-secondary-background-color > h1, 6100 .entry .entry-content .has-secondary-background-color > h2, 6101 .entry .entry-content .has-secondary-background-color > h3, 6102 .entry .entry-content .has-secondary-background-color > h4, 6103 .entry .entry-content .has-secondary-background-color > h5, 6104 .entry .entry-content .has-secondary-background-color > h6, 6105 .entry .entry-content .has-secondary-background-color > a, 6106 .entry .entry-content .has-dark-gray-background-color > p, 6107 .entry .entry-content .has-dark-gray-background-color > h1, 6108 .entry .entry-content .has-dark-gray-background-color > h2, 6109 .entry .entry-content .has-dark-gray-background-color > h3, 6110 .entry .entry-content .has-dark-gray-background-color > h4, 6111 .entry .entry-content .has-dark-gray-background-color > h5, 6112 .entry .entry-content .has-dark-gray-background-color > h6, 6113 .entry .entry-content .has-dark-gray-background-color > a, 6114 .entry .entry-content .has-light-gray-background-color > p, 6115 .entry .entry-content .has-light-gray-background-color > h1, 6116 .entry .entry-content .has-light-gray-background-color > h2, 6117 .entry .entry-content .has-light-gray-background-color > h3, 6118 .entry .entry-content .has-light-gray-background-color > h4, 6119 .entry .entry-content .has-light-gray-background-color > h5, 6120 .entry .entry-content .has-light-gray-background-color > h6, 6121 .entry .entry-content .has-light-gray-background-color > a { 6122 6122 color: #fff; 6123 6123 } … … 6127 6127 } 6128 6128 6129 .entry .entry-content .has-white-background-color p,6130 .entry .entry-content .has-white-background-color h1,6131 .entry .entry-content .has-white-background-color h2,6132 .entry .entry-content .has-white-background-color h3,6133 .entry .entry-content .has-white-background-color h4,6134 .entry .entry-content .has-white-background-color h5,6135 .entry .entry-content .has-white-background-color h6,6136 .entry .entry-content .has-white-background-color a {6129 .entry .entry-content .has-white-background-color > p, 6130 .entry .entry-content .has-white-background-color > h1, 6131 .entry .entry-content .has-white-background-color > h2, 6132 .entry .entry-content .has-white-background-color > h3, 6133 .entry .entry-content .has-white-background-color > h4, 6134 .entry .entry-content .has-white-background-color > h5, 6135 .entry .entry-content .has-white-background-color > h6, 6136 .entry .entry-content .has-white-background-color > a { 6137 6137 color: #111; 6138 6138 } … … 6165 6165 .entry .entry-content .has-primary-color, 6166 6166 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, 6167 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {6167 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { 6168 6168 color: #0073aa; 6169 6169 } … … 6171 6171 .entry .entry-content .has-secondary-color, 6172 6172 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, 6173 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {6173 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { 6174 6174 color: #005177; 6175 6175 } … … 6177 6177 .entry .entry-content .has-dark-gray-color, 6178 6178 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, 6179 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {6179 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { 6180 6180 color: #111; 6181 6181 } … … 6183 6183 .entry .entry-content .has-light-gray-color, 6184 6184 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, 6185 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {6185 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { 6186 6186 color: #767676; 6187 6187 }
Note: See TracChangeset
for help on using the changeset viewer.