|
@@ -16,18 +16,18 @@
|
|
|
"defaultPalette": false,
|
|
|
"palette": [
|
|
|
{
|
|
|
- "slug": "base",
|
|
|
+ "slug": "white",
|
|
|
"color": "#FFFFFF",
|
|
|
- "name": "Base"
|
|
|
+ "name": "White"
|
|
|
},
|
|
|
{
|
|
|
"slug": "black",
|
|
|
"color": "#000000",
|
|
|
- "name": "Base"
|
|
|
+ "name": "Black"
|
|
|
},
|
|
|
{
|
|
|
"slug": "contrast",
|
|
|
- "color": "#5D6168",
|
|
|
+ "color": "#001A40",
|
|
|
"name": "Contrast"
|
|
|
},
|
|
|
{
|
|
@@ -42,7 +42,7 @@
|
|
|
},
|
|
|
{
|
|
|
"slug": "secondary",
|
|
|
- "color": "#19458c",
|
|
|
+ "color": "#01255C",
|
|
|
"name": "Secondary"
|
|
|
},
|
|
|
{
|
|
@@ -61,32 +61,28 @@
|
|
|
"gradients": [
|
|
|
{
|
|
|
"slug": "primary-secondary",
|
|
|
- "gradient": "linear-gradient(to right, #009C9F 0%, #19458C 100%)",
|
|
|
+ "gradient": "linear-gradient(to right, #19458c 0%, #01255C 100%)",
|
|
|
"name": "Primary Secondary"
|
|
|
}
|
|
|
],
|
|
|
"customDuotone": false,
|
|
|
"defaultDuotone": false,
|
|
|
"duotone": [
|
|
|
+
|
|
|
{
|
|
|
- "colors": [ "#19458C", "#FFFFFF"],
|
|
|
- "slug": "secondary-light",
|
|
|
- "name": "Secondary"
|
|
|
- },
|
|
|
- {
|
|
|
- "colors": ["#009C9F", "#FFFFFF"],
|
|
|
+ "colors": ["#19458C", "#FFFFFF"],
|
|
|
"slug": "primary-light",
|
|
|
"name": "Primary Light"
|
|
|
},
|
|
|
{
|
|
|
- "colors": ["#009C9F", "#19458C"],
|
|
|
- "slug": "primary-secondary",
|
|
|
- "name": "Primary Secondary"
|
|
|
+ "colors": [ "#01255C", "#FFFFFF"],
|
|
|
+ "slug": "secondary-light",
|
|
|
+ "name": "Secondary"
|
|
|
},
|
|
|
{
|
|
|
- "colors": ["#e5f6f7", "#FFFFFF"],
|
|
|
- "slug": "primary-light-light",
|
|
|
- "name": "Primary Light Light"
|
|
|
+ "colors": ["#19458C", "#01255C"],
|
|
|
+ "slug": "primary-secondary",
|
|
|
+ "name": "Primary Secondary"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -128,13 +124,13 @@
|
|
|
"size": "1.3rem",
|
|
|
"name": "Large",
|
|
|
"fluid": {
|
|
|
- "min": "1.3rem",
|
|
|
+ "min": "1.2rem",
|
|
|
"max": "2rem"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"slug": "x-large",
|
|
|
- "size": "2.5rem",
|
|
|
+ "size": "2.2rem",
|
|
|
"name": "XL",
|
|
|
"fluid": {
|
|
|
"min": "2rem",
|
|
@@ -143,7 +139,7 @@
|
|
|
},
|
|
|
{
|
|
|
"slug": "xx-large",
|
|
|
- "size": "3rem",
|
|
|
+ "size": "2.8rem",
|
|
|
"name": "XXL",
|
|
|
"fluid": {
|
|
|
"min": "3rem",
|
|
@@ -165,7 +161,7 @@
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textDecoration": "none",
|
|
@@ -173,7 +169,7 @@
|
|
|
},
|
|
|
":hover": {
|
|
|
"color": {
|
|
|
- "text": "var(--wp--preset--color--contrast)"
|
|
|
+ "text": "var(--wp--preset--color--secondary)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textDecoration": "none"
|