diff --git a/templates/page-no-title.html b/templates/page-no-title.html index 19b3450..7a49c50 100644 --- a/templates/page-no-title.html +++ b/templates/page-no-title.html @@ -1,7 +1,8 @@
- -
+ +
@@ -10,4 +11,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index 97c21ac..3638ecc 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,20 +1,25 @@ - + +
+ - -
- - - + +
+ + + - + - + - - - + + + +
+ + +
- - - \ No newline at end of file + \ No newline at end of file diff --git a/templates/single.html b/templates/single.html index f80b557..3f9a685 100644 --- a/templates/single.html +++ b/templates/single.html @@ -1,30 +1,35 @@ - + +
+ - -
- - - + +
+ + + - -
- + +
+ - + +
+ + + + + +
+ + + + +
- - - -
- - - - - +
- - - \ No newline at end of file + \ No newline at end of file diff --git a/theme.json b/theme.json index b7e38ad..71edffb 100644 --- a/theme.json +++ b/theme.json @@ -30,6 +30,11 @@ "color": "#FFF", "name": "White", "slug": "white" + }, + { + "color": "#F2F2F2", + "name": "Base", + "slug": "base" } ] }, @@ -111,7 +116,7 @@ }, "styles": { "color": { - "background": "var(--wp--preset--color--white)" + "background": "var(--wp--preset--color--base)" }, "blocks": { "core/button": {