revert child theme changes when using versioned included parent theme style
This commit is contained in:
parent
8df8357406
commit
ac8b37edc3
1 changed files with 3 additions and 30 deletions
33
style.css
33
style.css
|
@ -5,7 +5,7 @@
|
|||
Author: Evan Mullins
|
||||
Author URI: https://circlecube.com
|
||||
Template: twentynineteen
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: wasmo
|
||||
|
@ -26,14 +26,12 @@
|
|||
--color-orange-light: rgba(240, 124, 39, 0.05);
|
||||
}
|
||||
|
||||
html {
|
||||
font-size:100%;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
.site-info {
|
||||
font-family: "Crimson Text", serif;
|
||||
}
|
||||
|
||||
.author-description .author-link,
|
||||
.comment-metadata,
|
||||
.comment-reply-link,
|
||||
|
@ -697,31 +695,6 @@ cite span {
|
|||
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 {
|
||||
word-wrap: break-all;
|
||||
|
|
Loading…
Reference in a new issue