|
@@ -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: "Lora", serif;
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -34,7 +34,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
.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,
|
|
|
.edit-post-visual-editor .editor-block-list__block p {
|
|
|
font-size: 20px;
|
|
|
}
|