Ben Dwyer 4 lat temu
rodzic
commit
4e18fa1b20

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

@@ -1102,7 +1102,7 @@ pre.wp-block-verse {
 * - Needs a special styles
 * - Needs a special styles
 */
 */
 .editor-post-title__block .editor-post-title__input {
 .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-family: var(--heading--font-family);
 	font-weight: var(--heading--font-weight);
 	font-weight: var(--heading--font-weight);
 	font-size: var(--heading--font-size-h2);
 	font-size: var(--heading--font-size-h2);

Plik diff jest za duży
+ 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);
 	margin-top: var(--global--spacing-vertical);
 }
 }
 
 
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Base
  * Base
  * - Reset the browser
  * - 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);
 	margin-top: var(--global--spacing-vertical);
 }
 }
 
 
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Base
  * Base
  * - Reset the browser
  * - Reset the browser

Plik diff jest za duży
+ 1 - 0
seedlet/style.css.map


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików