|
@@ -17,7 +17,7 @@
|
|
|
"color": {
|
|
|
"palette": [
|
|
|
{
|
|
|
- "color": "#007cba",
|
|
|
+ "color": "#000000",
|
|
|
"name": "Primary",
|
|
|
"slug": "primary"
|
|
|
},
|
|
@@ -68,8 +68,12 @@
|
|
|
],
|
|
|
"fontSizes": [
|
|
|
{
|
|
|
+ "fluid": {
|
|
|
+ "min": "0.825rem",
|
|
|
+ "max": "1.0625rem"
|
|
|
+ },
|
|
|
"name": "Small",
|
|
|
- "size": "0.825rem",
|
|
|
+ "size": "1rem",
|
|
|
"slug": "small"
|
|
|
},
|
|
|
{
|
|
@@ -82,14 +86,18 @@
|
|
|
"slug": "medium"
|
|
|
},
|
|
|
{
|
|
|
- "fluid": false,
|
|
|
+ "fluid": {
|
|
|
+ "min": "1.75rem",
|
|
|
+ "max": "2rem"
|
|
|
+ },
|
|
|
"name": "Large",
|
|
|
"size": "1.75rem",
|
|
|
"slug": "large"
|
|
|
},
|
|
|
{
|
|
|
"fluid": {
|
|
|
- "max": "4rem"
|
|
|
+ "min": "2.5rem",
|
|
|
+ "max": "3rem"
|
|
|
},
|
|
|
"name": "Extra Large",
|
|
|
"size": "3rem",
|
|
@@ -102,8 +110,8 @@
|
|
|
"blocks": {
|
|
|
"core/code": {
|
|
|
"border": {
|
|
|
- "color": "#CCCCCC",
|
|
|
- "radius": "0px",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
+ "radius": "0.25rem",
|
|
|
"style": "solid",
|
|
|
"width": "2px"
|
|
|
},
|
|
@@ -136,13 +144,7 @@
|
|
|
},
|
|
|
"core/comment-reply-link": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
- "textDecoration": "underline"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/comments-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
},
|
|
|
"core/gallery": {
|
|
@@ -159,12 +161,52 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "core/navigation": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/post-date": {
|
|
|
"color": {
|
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
@@ -172,10 +214,23 @@
|
|
|
"margin": {
|
|
|
"bottom": "0"
|
|
|
}
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"core/pullquote": {
|
|
|
"border": {
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px 0"
|
|
|
},
|
|
@@ -231,8 +286,19 @@
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "fontWeight": "700",
|
|
|
- "textDecoration": "none"
|
|
|
+ "fontWeight": "700"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -242,51 +308,68 @@
|
|
|
},
|
|
|
"elements": {
|
|
|
"button": {
|
|
|
- ":hover": {
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--secondary)",
|
|
|
- "text": "var(--wp--preset--color--background)"
|
|
|
- }
|
|
|
- },
|
|
|
"border": {
|
|
|
- "radius": "0"
|
|
|
+ "radius": "0.25rem"
|
|
|
},
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--primary)",
|
|
|
"text": "var(--wp--preset--color--background)"
|
|
|
- }
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--secondary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":active": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":focus": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ },
|
|
|
+ "outline": {
|
|
|
+ "color": "var(--wp--preset--color--primary)",
|
|
|
+ "offset": "2px",
|
|
|
+ "style": "dotted",
|
|
|
+ "width": "1px"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"heading": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
- "textTransform": "uppercase",
|
|
|
"fontWeight": "400",
|
|
|
"lineHeight": "1.125"
|
|
|
}
|
|
|
},
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
- "fontSize": "3rem"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-large)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
+ "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
|
"typography": {
|
|
|
- "fontSize": "1.125rem"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
}
|
|
|
},
|
|
|
"h6": {
|
|
@@ -297,6 +380,11 @@
|
|
|
"link": {
|
|
|
"color": {
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|