|
@@ -19,15 +19,18 @@
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
-.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
|
|
|
+.edit-post-visual-editor .editor-block-list__block p,
|
|
|
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
- color: #404040;
|
|
|
font-family: "Merriweather", Georgia, "Times New Roman", serif;
|
|
|
font-size: 17px;
|
|
|
font-weight: 400;
|
|
|
line-height: 1.8;
|
|
|
}
|
|
|
|
|
|
+.edit-post-visual-editor .editor-block-list__block {
|
|
|
+ color: #404040;
|
|
|
+}
|
|
|
+
|
|
|
.alignleft,
|
|
|
.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit {
|
|
|
display: inline;
|
|
@@ -437,7 +440,7 @@
|
|
|
padding-right: 30px;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block blockquote p {
|
|
|
color: #888;
|
|
|
font-size: 20px;
|
|
|
font-style: italic;
|
|
@@ -500,14 +503,15 @@
|
|
|
|
|
|
/* Cover */
|
|
|
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
-.wp-block-cover-image .wp-block-cover-text,
|
|
|
-.wp-block-cover-image h2,
|
|
|
-.wp-block-cover .wp-block-cover-image-text,
|
|
|
-.wp-block-cover .wp-block-cover-text,
|
|
|
-.wp-block-cover h2 {
|
|
|
+.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-family: "Alegreya Sans", "Helvetica Neue", Helvetica, sans-serif;
|
|
|
font-size: 2em;
|
|
|
+ font-weight: 300;
|
|
|
}
|
|
|
|
|
|
/* File */
|
|
@@ -619,12 +623,12 @@
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
-.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;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignleft blockquote p:not(.wp-block-cover-text),
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignright blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignleft blockquote p,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignright blockquote p {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
|