|
@@ -59,7 +59,7 @@
|
|
|
},
|
|
|
{
|
|
|
"slug": "blue",
|
|
|
- "color": "007cba",
|
|
|
+ "color": "#007cba",
|
|
|
"name": "Blue"
|
|
|
},
|
|
|
{
|
|
@@ -153,10 +153,10 @@
|
|
|
"font-weight": "600",
|
|
|
"font-family": "var(--wp--preset--font-family--headings)",
|
|
|
"font-size": "var(--wp--preset--font-size--small)",
|
|
|
- "border-radius": "5px",
|
|
|
+ "border-radius": "4px",
|
|
|
"color": {
|
|
|
- "hover-text": "var(--wp--custom--color--background)",
|
|
|
- "hover-background": "var(--wp--custom--color--secondary)"
|
|
|
+ "hover-text": "var(--wp--custom--color--secondary)",
|
|
|
+ "hover-background": "var(--wp--custom--color--primary)"
|
|
|
}
|
|
|
},
|
|
|
"form": {
|
|
@@ -191,8 +191,8 @@
|
|
|
},
|
|
|
"core/button": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--custom--color--foreground)",
|
|
|
- "background": "var(--wp--custom--color--primary)"
|
|
|
+ "text": "var(--wp--custom--color--background)",
|
|
|
+ "background": "var(--wp--custom--color--secondary)"
|
|
|
}
|
|
|
},
|
|
|
"core/heading/h1": {
|