* Meraki: Update secondary color definition; update default font weight. * Meraki: Update primary color, update default link color. * Meraki: Update button hover color.
@@ -3,18 +3,6 @@
"settings": {
"color": {
"palette": [
- {
- "slug": "primary",
- "color": "#1a2530",
- "name": "Primary",
- "default": "#000000"
- },
- "slug": "secondary",
- "color": "#8d3f6e",
- "name": "Secondary",
- "default": "#8d3f6e"
{
"slug": "foreground",
"color": "#1a2530",
@@ -27,6 +15,18 @@
"name": "Background",
"default": "#ffffff"
},
+ {
+ "slug": "primary",
+ "color": "#8D3F6E",
+ "name": "Primary",
+ "default": "#8D3F6E"
+ },
+ "slug": "secondary",
+ "color": "#f4e7f0",
+ "name": "Secondary",
+ "default": "#f4e7f0"
"slug": "tertiary",
"color": "#fbf6f9",
@@ -38,7 +38,15 @@
"custom": {
"heading": {
"typography": {
- "fontWeight": 600
+ "fontWeight": 500
+ }
+ "button": {
+ "hover": {
+ "color": {
+ "text": "var(--wp--custom--color--background)",
+ "background": "var(--wp--custom--color--primary)"
}
@@ -165,7 +173,8 @@
"background": "var(--wp--custom--color--background)",
- "text": "var(--wp--custom--color--foreground)"
+ "text": "var(--wp--custom--color--foreground)",
+ "link": "var(--wp--custom--color--foreground)"
"elements": {
@@ -175,4 +184,4 @@
-}
+}