|
@@ -19,7 +19,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
-.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
+.editor-default-block-appender textarea.editor-default-block-appender__content {
|
|
|
font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
|
|
|
}
|
|
|
|
|
@@ -27,7 +27,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
.edit-post-visual-editor .editor-block-list__block p,
|
|
|
-.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
+.editor-default-block-appender textarea.editor-default-block-appender__content {
|
|
|
font-size: 18px;
|
|
|
line-height: 1.8;
|
|
|
}
|
|
@@ -35,7 +35,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
@media (min-width: 600px) {
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
.edit-post-visual-editor .editor-block-list__block p,
|
|
|
- .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
+ .editor-default-block-appender textarea.editor-default-block-appender__content {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|