|
@@ -447,12 +447,6 @@
|
|
|
"fontSize": "18px"
|
|
|
}
|
|
|
},
|
|
|
- "core/navigation-link": {
|
|
|
- "color": {
|
|
|
- "background": "transparent",
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
- }
|
|
|
- },
|
|
|
"core/post-title": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
@@ -534,6 +528,12 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "core/navigation-link": {
|
|
|
+ "color": {
|
|
|
+ "background": "transparent",
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"list": {
|
|
|
"padding": {
|
|
|
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|