@@ -86,7 +82,7 @@
-
+
diff --git a/muscat/theme.json b/muscat/theme.json
index 3ce55a6574..83a7442fc2 100644
--- a/muscat/theme.json
+++ b/muscat/theme.json
@@ -191,14 +191,14 @@
},
"spacing": {
"padding": {
- "bottom": "var:preset|spacing|30",
- "left": "var:preset|spacing|50",
- "right": "var:preset|spacing|50",
- "top": "var:preset|spacing|30"
+ "bottom": "var(--wp--preset--spacing--30)",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "var(--wp--preset--spacing--30)"
}
},
"typography": {
- "fontSize": "var:preset|font-size|small",
+ "fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "500",
"textTransform": "uppercase"
@@ -206,11 +206,30 @@
},
"core/code": {
"border": {
+ "bottom": {
+ "style": "none",
+ "width": "0px"
+ },
"color": "var(--wp--preset--color--foreground)",
+ "left": {
+ "style": "none",
+ "width": "0px"
+ },
"radius": "0.25rem",
+ "right": {
+ "style": "none",
+ "width": "0px"
+ },
"style": "solid",
+ "top": {
+ "style": "none",
+ "width": "0px"
+ },
"width": "2px"
},
+ "color": {
+ "background": "var(--wp--preset--color--tertiary)"
+ },
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--50)",
@@ -220,7 +239,8 @@
}
},
"typography": {
- "fontFamily": "monospace"
+ "fontFamily": "monospace",
+ "fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-author-name": {
@@ -230,7 +250,7 @@
},
"core/comment-content": {
"typography": {
- "fontSize": "var:preset|font-size|medium"
+ "fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/comment-date": {
@@ -279,7 +299,8 @@
"core/paragraph": {
"typography": {
"fontSize": "1.5rem",
- "letterSpacing": "-1px"
+ "letterSpacing": "-0.04em",
+ "lineHeight": "1.4"
}
},
"core/post-author-name": {
@@ -298,7 +319,12 @@
},
"core/post-comments-form": {
"typography": {
- "fontSize": "var:preset|font-size|small"
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/post-content": {
+ "typography": {
+ "lineHeight": "1.4"
}
},
"core/post-date": {
@@ -322,14 +348,25 @@
"textTransform": "uppercase"
}
},
+ "core/post-navigation-link": {
+ "typography": {
+ "letterSpacing": "-0.01em"
+ }
+ },
"core/post-title": {
"elements": {
"link": {
":hover": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
"typography": {
"textDecoration": "underline"
}
},
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ },
"typography": {
"textDecoration": "none"
}
@@ -360,9 +397,9 @@
}
},
"typography": {
- "fontSize": "var:preset|font-size|large",
+ "fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
- "fontWeight": "400",
+ "fontWeight": "600",
"lineHeight": 1.4
}
},
@@ -402,6 +439,7 @@
}
},
"typography": {
+ "fontFamily": "var(--wp--preset--font-family--albert-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
}
@@ -436,7 +474,10 @@
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
- "fontWeight": "700"
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "letterSpacing": "-0.02em",
+ "textTransform": "uppercase"
}
}
},
@@ -481,6 +522,11 @@
"fontFamily": "Albert Sans"
}
},
+ "caption": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
"h1": {
"typography": {
"fontSize": "3.6rem"
@@ -543,17 +589,17 @@
}
},
"spacing": {
- "blockGap": "var:preset|spacing|50",
+ "blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0px",
- "left": "30px",
- "right": "30px",
+ "left": "5vw",
+ "right": "5vw",
"top": "0px"
}
},
"typography": {
- "fontFamily": "var:preset|font-family|albert-sans",
- "fontSize": "var:preset|font-size|medium",
+ "fontFamily": "var(--wp--preset--font-family--albert-sans)",
+ "fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
}
},
@@ -568,5 +614,5 @@
}
],
"version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ "$schema": "https://schemas.wp.org/wp/6.5/theme.json"
}
\ No newline at end of file