Browse Source

rebuild CSS

Ben Dwyer 4 years ago
parent
commit
4e18fa1b20

+ 1 - 1
seedlet/assets/css/style-editor.css

@@ -1102,7 +1102,7 @@ pre.wp-block-verse {
 * - Needs a special styles
 */
 .editor-post-title__block .editor-post-title__input {
-	color: var(--global--color-foreground);
+	color: var(--global--color-primary);
 	font-family: var(--heading--font-family);
 	font-weight: var(--heading--font-weight);
 	font-size: var(--heading--font-size-h2);

File diff suppressed because it is too large
+ 0 - 0
seedlet/assets/css/style-editor.css.map


+ 6 - 0
seedlet/style-rtl.css

@@ -624,6 +624,12 @@ Included in theme screenshot and in block patterns.
 	margin-top: var(--global--spacing-vertical);
 }
 
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
  * Base
  * - Reset the browser

+ 6 - 0
seedlet/style.css

@@ -632,6 +632,12 @@ Included in theme screenshot and in block patterns.
 	margin-top: var(--global--spacing-vertical);
 }
 
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
  * Base
  * - Reset the browser

File diff suppressed because it is too large
+ 1 - 0
seedlet/style.css.map


Some files were not shown because too many files changed in this diff