|
@@ -1,3 +1,4 @@
|
|
|
+@charset "UTF-8";
|
|
|
/**
|
|
|
* These styles should be loaded by the Block Editor only
|
|
|
*/
|
|
@@ -1642,7 +1643,7 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
|
|
|
.entry-content .more-link:after {
|
|
|
- content: "\02192" /*rtl:"\02190"*/;
|
|
|
+ content: "→" /*rtl:02190*/;
|
|
|
display: inline-block;
|
|
|
margin-left: 0.5em;
|
|
|
}
|
|
@@ -1877,7 +1878,7 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
|
|
|
.wp-block-a8c-blog-posts .more-link:after {
|
|
|
- content: "\02192" /*rtl:"\02190"*/;
|
|
|
+ content: "→" /*rtl:02190*/;
|
|
|
display: inline-block;
|
|
|
margin-left: 0.5em;
|
|
|
}
|
|
@@ -2293,4 +2294,4 @@ pre.wp-block-verse {
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
|
|
|
-/*# sourceMappingURL=style-editor.css.map */
|
|
|
+/*# sourceMappingURL=style-editor.css.map */
|