|
@@ -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-size: 13.875px;
|
|
|
font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
|
|
|
font-weight: 300;
|
|
@@ -94,7 +94,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
@media screen and (min-width: 37.5em) {
|
|
|
.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: 16.875px;
|
|
|
}
|
|
|
|