diff --git a/muscat/patterns/home-posts.php b/muscat/patterns/home-posts.php
index 4c8d936b4b..4760202793 100644
--- a/muscat/patterns/home-posts.php
+++ b/muscat/patterns/home-posts.php
@@ -38,8 +38,8 @@
diff --git a/muscat/templates/archive.html b/muscat/templates/archive.html
index f3196428f8..8d40e12170 100644
--- a/muscat/templates/archive.html
+++ b/muscat/templates/archive.html
@@ -12,7 +12,7 @@
-
+
diff --git a/muscat/templates/search.html b/muscat/templates/search.html
index 5946028041..c0b90aef35 100644
--- a/muscat/templates/search.html
+++ b/muscat/templates/search.html
@@ -26,7 +26,7 @@
-
+
diff --git a/muscat/theme.json b/muscat/theme.json
index 3ce55a6574..7c7943f409 100644
--- a/muscat/theme.json
+++ b/muscat/theme.json
@@ -11,22 +11,12 @@
"slug": "primary"
},
{
- "color": "#636363",
+ "color": "#181818",
"name": "Secondary",
"slug": "secondary"
},
{
- "color": "#ffffff",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#181818",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#2c2c2c",
+ "color": "#636363",
"name": "Tertiary",
"slug": "tertiary"
}
@@ -37,14 +27,7 @@
"wideSize": "1800px"
},
"spacing": {
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
+ "units": ["%", "px", "em", "rem", "vh", "vw"]
},
"typography": {
"customFontSize": true,
@@ -61,33 +44,25 @@
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "300",
- "src": [
- "file:./assets/fonts/albert-sans_300.ttf"
- ]
+ "src": ["file:./assets/fonts/albert-sans_300.ttf"]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "500",
- "src": [
- "file:./assets/fonts/albert-sans_500.ttf"
- ]
+ "src": ["file:./assets/fonts/albert-sans_500.ttf"]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "600",
- "src": [
- "file:./assets/fonts/albert-sans_600.ttf"
- ]
+ "src": ["file:./assets/fonts/albert-sans_600.ttf"]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "700",
- "src": [
- "file:./assets/fonts/albert-sans_700.ttf"
- ]
+ "src": ["file:./assets/fonts/albert-sans_700.ttf"]
},
{
"fontFamily": "Albert Sans",
@@ -206,7 +181,7 @@
},
"core/code": {
"border": {
- "color": "var(--wp--preset--color--foreground)",
+ "color": "var(--wp--preset--color--white)",
"radius": "0.25rem",
"style": "solid",
"width": "2px"
@@ -303,7 +278,7 @@
},
"core/post-date": {
"color": {
- "text": "var(--wp--preset--color--foreground)"
+ "text": "var(--wp--preset--color--white)"
},
"elements": {
"link": {
@@ -347,7 +322,7 @@
},
"core/pullquote": {
"border": {
- "color": "var(--wp--preset--color--foreground)",
+ "color": "var(--wp--preset--color--white)",
"style": "solid",
"width": "1px 0"
},
@@ -413,7 +388,7 @@
"width": "0 0 1px 0"
},
"color": {
- "text": "var(--wp--preset--color--foreground)"
+ "text": "var(--wp--preset--color--white)"
}
},
"core/site-tagline": {
@@ -441,21 +416,21 @@
}
},
"color": {
- "background": "var(--wp--preset--color--background)",
- "text": "var(--wp--preset--color--foreground)"
+ "background": "var(--wp--preset--color--secondary)",
+ "text": "var(--wp--preset--color--white)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
+ "text": "var(--wp--preset--color--secondary)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
+ "text": "var(--wp--preset--color--secondary)"
},
"outline": {
"color": "var(--wp--preset--color--primary)",
@@ -466,8 +441,8 @@
},
":hover": {
"color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--background)"
+ "background": "var(--wp--preset--color--tertiary)",
+ "text": "var(--wp--preset--color--secondary)"
}
},
"border": {
@@ -475,7 +450,7 @@
},
"color": {
"background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
+ "text": "var(--wp--preset--color--secondary)"
},
"typography": {
"fontFamily": "Albert Sans"
@@ -569,4 +544,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
-}
\ No newline at end of file
+}