|
@@ -1313,6 +1313,21 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
padding-left: 32px !important;
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * Vendors
|
|
|
+ * - Styles for 3rd party plugins and WP extensions
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * Vendors
|
|
|
+ * - 3rd-party compatibility styles
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * Set Jetpack form text color
|
|
|
+ */
|
|
|
+.jetpack-contact-info-block .is-selected textarea.block-editor-plain-text {
|
|
|
+ color: black;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-a8c-blog-posts .entry-title {
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
|
font-family: var(--font-headings, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif);
|