|
@@ -20,7 +20,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: "Roboto Slab", Georgia, Times, serif;
|
|
|
}
|
|
|
|
|
@@ -28,7 +28,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: 15px;
|
|
|
font-weight: 300;
|
|
|
line-height: 1.7em;
|
|
@@ -37,7 +37,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
@media (min-width: 50em) {
|
|
|
.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;
|
|
|
}
|
|
|
}
|