|
@@ -44,7 +44,8 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
|
|
|
/* Colour */
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block {
|
|
|
+.edit-post-visual-editor .editor-block-list__block,
|
|
|
+.edit-post-visual-editor .wp-block-paragraph {
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
@@ -149,7 +150,6 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|
|
.editor-block-list__block a,
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce a {
|
|
|
color: #1c7c7c;
|
|
|
- text-decoration: none;
|
|
|
}
|
|
|
|
|
|
/* Table styles */
|