|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
- "$schema": "https://json.schemastore.org/theme-v1.json",
|
|
|
|
- "version": 1,
|
|
|
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
|
+ "version": 2,
|
|
"templateParts": [
|
|
"templateParts": [
|
|
{
|
|
{
|
|
"name": "header-centered",
|
|
"name": "header-centered",
|
|
@@ -656,7 +656,8 @@
|
|
},
|
|
},
|
|
"core/navigation": {
|
|
"core/navigation": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--custom--font-sizes--normal)"
|
|
|
|
|
|
+ "fontSize": "var(--wp--custom--font-sizes--normal)",
|
|
|
|
+ "textDecoration": "none"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/post-title": {
|
|
"core/post-title": {
|
|
@@ -672,7 +673,6 @@
|
|
},
|
|
},
|
|
"core/post-date": {
|
|
"core/post-date": {
|
|
"color": {
|
|
"color": {
|
|
- "link": "var(--wp--custom--color--foreground)",
|
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
@@ -737,8 +737,19 @@
|
|
"core/site-title": {
|
|
"core/site-title": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--custom--font-sizes--normal)",
|
|
"fontSize": "var(--wp--custom--font-sizes--normal)",
|
|
- "fontWeight": "700",
|
|
|
|
- "textDecoration": "none"
|
|
|
|
|
|
+ "fontWeight": "700"
|
|
|
|
+ },
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -852,6 +863,21 @@
|
|
"link": {
|
|
"link": {
|
|
"color": {
|
|
"color": {
|
|
"text": "var(--wp--custom--color--primary)"
|
|
"text": "var(--wp--custom--color--primary)"
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":focus": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":active": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|