diff --git a/creatio-2/parts/header.html b/creatio-2/parts/header.html index f25ccf265..7ffcd328c 100644 --- a/creatio-2/parts/header.html +++ b/creatio-2/parts/header.html @@ -1,5 +1,5 @@ - -
+ +
@@ -7,9 +7,7 @@ -
- -
+
\ No newline at end of file diff --git a/creatio-2/templates/single.html b/creatio-2/templates/single.html index 0564036ef..886e02690 100644 --- a/creatio-2/templates/single.html +++ b/creatio-2/templates/single.html @@ -51,9 +51,9 @@
-
+
-
+
diff --git a/creatio-2/theme.json b/creatio-2/theme.json index 7ee60813e..b72d10a48 100644 --- a/creatio-2/theme.json +++ b/creatio-2/theme.json @@ -315,12 +315,12 @@ }, "core/heading": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" }, "elements": { "link": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" } } } @@ -390,20 +390,20 @@ }, "core/post-title": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" }, "elements": { "link": { ":hover": { "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--primary)" }, "typography": { "textDecoration": "underline" } }, "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" }, "typography": { "textDecoration": "none" @@ -496,7 +496,7 @@ } }, "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" }, "typography": { "textDecoration": "none" @@ -602,7 +602,7 @@ } }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--foreground)" } } },