Ticket #58100: 58100.patch
File 58100.patch, 1.9 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.css
1079 1079 } 1080 1080 1081 1081 .wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation { 1082 color: #767676;1082 color: inherit; 1083 1083 } 1084 1084 1085 1085 .wp-block-pullquote.is-style-solid-color blockquote { -
wp-content/themes/twentynineteen/style-rtl.css
5705 5705 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5706 5706 line-height: 1.6; 5707 5707 text-transform: none; 5708 color: #767676;5708 color: inherit; 5709 5709 /* 5710 5710 * This requires a rem-based font size calculation instead of our normal em-based one, 5711 5711 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs. -
wp-content/themes/twentynineteen/style.css
5717 5717 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5718 5718 line-height: 1.6; 5719 5719 text-transform: none; 5720 color: #767676;5720 color: inherit; 5721 5721 /* 5722 5722 * This requires a rem-based font size calculation instead of our normal em-based one, 5723 5723 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.