Browse Source

theme.json 🎨

windhamdavid 5 months ago
parent
commit
921e832588
1 changed files with 9 additions and 4 deletions
  1. 9 4
      theme.json

+ 9 - 4
theme.json

@@ -250,7 +250,7 @@
 			}
 			}
 		},
 		},
 		"color": {
 		"color": {
-			"background": "var(--wp--preset--color--base)",
+			"background": "var(--wp--preset--color--white)",
 			"text": "var(--wp--preset--color--contrast)"
 			"text": "var(--wp--preset--color--contrast)"
 		},
 		},
 		"elements": {
 		"elements": {
@@ -271,7 +271,7 @@
 				},
 				},
 				"color": {
 				"color": {
 					"background": "var(--wp--preset--color--primary)",
 					"background": "var(--wp--preset--color--primary)",
-					"text": "var(--wp--preset--color--base)"
+					"text": "var(--wp--preset--color--white)"
 				},
 				},
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontSize": "var(--wp--preset--font-size--small)",
@@ -347,8 +347,13 @@
 	],
 	],
 	"customTemplates": [
 	"customTemplates": [
 		{
 		{
-			"name": "no-title",
-			"title": "No title",
+			"name": "page-no-title",
+			"title": "Page No title",
+			"postTypes": [ "post","page" ]
+		},
+		{
+			"name": "page-no-padding",
+			"title": "Page No Padding",
 			"postTypes": [ "post","page" ]
 			"postTypes": [ "post","page" ]
 		},
 		},
 		{
 		{