|
@@ -32,7 +32,7 @@
|
|
|
font-size: 19px;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block p {
|
|
|
font-size: 19px;
|
|
|
}
|
|
|
|
|
@@ -368,7 +368,16 @@
|
|
|
|
|
|
/* Audio */
|
|
|
|
|
|
-/* Cover Images */
|
|
|
+/* Cover */
|
|
|
+
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 {
|
|
|
+ font-size: 2.0em; /* Cover images inherit the paragraph size; this resets it */
|
|
|
+}
|
|
|
|
|
|
/* File */
|
|
|
|
|
@@ -630,7 +639,7 @@
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote blockquote p {
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
|