From 7131f5e15a15d00535482f78130fee6a63f4c3f0 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 29 Apr 2024 11:49:41 +0500 Subject: [PATCH] restore white bg to post editor --- templates/index.html | 83 +++++++++++++++++++----------------- templates/page-no-title.html | 5 ++- templates/page.html | 37 +++++++++------- templates/single.html | 53 ++++++++++++----------- theme.json | 2 +- 5 files changed, 98 insertions(+), 82 deletions(-) diff --git a/templates/index.html b/templates/index.html index 24603ad..d7762a9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,52 +1,57 @@ - -
+
- + +
+ - -
- - - + +
+ + + - + - -
- -
- + +
+ +
+ - + +
+ + + + + + + + + + + + + + + +

+ +
- + - - - - - - - - - - - - - -

- - + + +
- + - - - +
- -
\ No newline at end of file diff --git a/templates/page-no-title.html b/templates/page-no-title.html index 7a49c50..f0e1a9e 100644 --- a/templates/page-no-title.html +++ b/templates/page-no-title.html @@ -1,5 +1,6 @@ - -
+ +
diff --git a/templates/page.html b/templates/page.html index 3638ecc..3aac0b3 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,25 +1,30 @@ - -
+
- + +
+ - -
- - - + +
+ + + - + - + - - - + + + +
+ + +
- -
\ No newline at end of file diff --git a/templates/single.html b/templates/single.html index 3f9a685..00b3d15 100644 --- a/templates/single.html +++ b/templates/single.html @@ -1,35 +1,40 @@ - -
+
- + +
+ - -
- - - + +
+ + + - -
- + +
+ - + +
+ + + + + +
+ + + + +
- - - -
- - - - - +
- -
\ No newline at end of file diff --git a/theme.json b/theme.json index f118d70..bc25329 100644 --- a/theme.json +++ b/theme.json @@ -116,7 +116,7 @@ }, "styles": { "color": { - "background": "var(--wp--preset--color--base)" + "background": "var(--wp--preset--color--white)" }, "blocks": { "core/button": {