revert child theme changes when using versioned included parent theme style

This commit is contained in:
Evan Mullins 2021-03-12 10:23:53 -05:00
parent 8df8357406
commit ac8b37edc3

View file

@ -5,7 +5,7 @@
Author: Evan Mullins Author: Evan Mullins
Author URI: https://circlecube.com Author URI: https://circlecube.com
Template: twentynineteen Template: twentynineteen
Version: 1.9.3 Version: 1.9.4
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wasmo Text Domain: wasmo
@ -26,14 +26,12 @@
--color-orange-light: rgba(240, 124, 39, 0.05); --color-orange-light: rgba(240, 124, 39, 0.05);
} }
html { html,
font-size:100%;
}
body, body,
.site-info { .site-info {
font-family: "Crimson Text", serif; font-family: "Crimson Text", serif;
} }
.author-description .author-link, .author-description .author-link,
.comment-metadata, .comment-metadata,
.comment-reply-link, .comment-reply-link,
@ -697,31 +695,6 @@ cite span {
flex-direction: row; flex-direction: row;
} }
} }
.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
font-size: 1em;
}
.entry .entry-content .wp-block-quote {
font-size: 1.4em;
}
.entry .entry-content .wp-block-quote p {
font-size: 22px;
}
.entry .entry-content .wp-block-quote cite {
font-size: 16px;
}
.entry .entry-content .wp-block-quote cite a { .entry .entry-content .wp-block-quote cite a {
word-wrap: break-all; word-wrap: break-all;