|
@@ -24,8 +24,8 @@
|
|
|
},
|
|
|
{
|
|
|
"color": "#404040",
|
|
|
- "name": "Contrast",
|
|
|
- "slug": "contrast"
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
},
|
|
|
{
|
|
|
"color": "#ffffff",
|
|
@@ -289,35 +289,35 @@
|
|
|
"core/button": {
|
|
|
"border": {
|
|
|
"bottom": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px"
|
|
|
},
|
|
|
"left": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px"
|
|
|
},
|
|
|
"radius": "50px",
|
|
|
"right": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px"
|
|
|
},
|
|
|
"top": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px"
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--accent-2)",
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -334,11 +334,11 @@
|
|
|
"variations": {
|
|
|
"outline": {
|
|
|
"border": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"width": "1px"
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
@@ -356,7 +356,7 @@
|
|
|
},
|
|
|
"core/code": {
|
|
|
"border": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"radius": "0.25rem",
|
|
|
"style": "solid",
|
|
|
"width": "2px"
|
|
@@ -402,12 +402,12 @@
|
|
|
},
|
|
|
"core/heading": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -505,7 +505,7 @@
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -518,7 +518,7 @@
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textDecoration": "none"
|
|
@@ -533,7 +533,7 @@
|
|
|
},
|
|
|
"core/pullquote": {
|
|
|
"border": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "1px 0"
|
|
|
},
|
|
@@ -552,7 +552,7 @@
|
|
|
},
|
|
|
"core/quote": {
|
|
|
"border": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"style": "solid",
|
|
|
"width": "0 0 0 5px"
|
|
|
},
|
|
@@ -596,7 +596,7 @@
|
|
|
"width": "0 0 1px 0"
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
}
|
|
|
},
|
|
|
"core/site-tagline": {
|
|
@@ -609,14 +609,14 @@
|
|
|
"link": {
|
|
|
":hover": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textDecoration": "underline"
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textDecoration": "none"
|
|
@@ -632,24 +632,24 @@
|
|
|
},
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--base)",
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"css": "/* Remove block gap between first-level blocks */ :where(.wp-site-blocks) > * { margin-block-start: 0; margin-block-end: 0; }\n\n.heading-bg {background: rgb(255,255,255);\nbackground: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(206,227,226,1) 50%, rgba(206,227,226,1) 100%);}",
|
|
|
"elements": {
|
|
|
"button": {
|
|
|
":active": {
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--contrast)",
|
|
|
+ "background": "var(--wp--preset--color--foreground)",
|
|
|
"text": "var(--wp--preset--color--base)"
|
|
|
}
|
|
|
},
|
|
|
":focus": {
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--contrast)",
|
|
|
+ "background": "var(--wp--preset--color--foreground)",
|
|
|
"text": "var(--wp--preset--color--base)"
|
|
|
},
|
|
|
"outline": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
"offset": "2px",
|
|
|
"style": "dotted",
|
|
|
"width": "1px"
|
|
@@ -658,7 +658,7 @@
|
|
|
":hover": {
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--accent-5)",
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
}
|
|
|
},
|
|
|
"border": {
|
|
@@ -666,7 +666,7 @@
|
|
|
},
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--accent-2)",
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-mono)"
|
|
@@ -726,7 +726,7 @@
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
}
|
|
|
}
|
|
|
},
|