|
@@ -19,7 +19,9 @@ Editor Styles for Radcliffe 2: Vintage Style Pack
|
|
|
|
|
|
@media screen and (min-width: 600px) {
|
|
|
.editor-block-list__layout .editor-block-list__block[data-align="full"] > .editor-block-list__block-edit,
|
|
|
- .edit-post-visual-editor .editor-block-list__block[data-align="full"] .editor-block-list__block-edit {
|
|
|
+ .edit-post-visual-editor .editor-block-list__block[data-align="full"] .editor-block-list__block-edit,
|
|
|
+ .editor-block-list__layout .editor-block-list__block[data-align="wide"] > .editor-block-list__block-edit,
|
|
|
+ .edit-post-visual-editor .editor-block-list__block[data-align="wide"] .editor-block-list__block-edit {
|
|
|
margin-left: 0;
|
|
|
margin-right: 0;
|
|
|
}
|
|
@@ -87,6 +89,10 @@ Editor Styles for Radcliffe 2: Vintage Style Pack
|
|
|
# Typography
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
+.edit-post-visual-editor p {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
.edit-post-visual-editor,
|
|
|
.edit-post-visual-editor p,
|
|
|
.edit-post-visual-editor button,
|
|
@@ -118,6 +124,7 @@ h6.mce-content-body,
|
|
|
#poststuff h5,
|
|
|
#poststuff h6 {
|
|
|
font-family: 'Libre Baskerville', 'Helvetica Neue', Helvetica, arial, sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
|
|
|
/* Post/Page title */
|
|
@@ -154,3 +161,10 @@ h6.mce-content-body,
|
|
|
.wp-block-button .wp-block-button__link:focus {
|
|
|
background-color: #2b6e9d;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+.wp-block-pullquote,
|
|
|
+.wp-block-pullquote p,
|
|
|
+.wp-block-pullquote cite {
|
|
|
+ color: #666;
|
|
|
+}
|