|
@@ -71,39 +71,48 @@
|
|
|
"gradients": [
|
|
|
{
|
|
|
"slug": "hard-diagonal",
|
|
|
- "gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)"
|
|
|
+ "gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)",
|
|
|
+ "name": "Hard diagonal"
|
|
|
},
|
|
|
{
|
|
|
"slug": "hard-diagonal-inverted",
|
|
|
- "gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)"
|
|
|
+ "gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)",
|
|
|
+ "name": "Hard diagonal inverted"
|
|
|
},
|
|
|
{
|
|
|
"slug": "hard-horizontal",
|
|
|
- "gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)"
|
|
|
+ "gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)",
|
|
|
+ "name": "Hard horizontal"
|
|
|
},
|
|
|
{
|
|
|
"slug": "hard-horizontal-inverted",
|
|
|
- "gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)"
|
|
|
+ "gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)",
|
|
|
+ "name": "Hard horizontal inverted"
|
|
|
},
|
|
|
{
|
|
|
"slug": "diagonal",
|
|
|
- "gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)"
|
|
|
+ "gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)",
|
|
|
+ "name": "Diagonal"
|
|
|
},
|
|
|
{
|
|
|
"slug": "diagonal-inverted",
|
|
|
- "gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)"
|
|
|
+ "gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)",
|
|
|
+ "name": "Diagonal inverted"
|
|
|
},
|
|
|
{
|
|
|
"slug": "horizontal",
|
|
|
- "gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)"
|
|
|
+ "gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)",
|
|
|
+ "name": "Horizontal"
|
|
|
},
|
|
|
{
|
|
|
"slug": "horizontal-inverted",
|
|
|
- "gradient": "linear-gradient(to top, #3C8067, #FAFBF6)"
|
|
|
+ "gradient": "linear-gradient(to top, #3C8067, #FAFBF6)",
|
|
|
+ "name": "Horizontal inverted"
|
|
|
},
|
|
|
{
|
|
|
"slug": "stripe",
|
|
|
- "gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)"
|
|
|
+ "gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)",
|
|
|
+ "name": "Stripe"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -522,12 +531,6 @@
|
|
|
"style": "solid",
|
|
|
"width": "0 0 0 1px"
|
|
|
},
|
|
|
- "citation": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
|
- "fontWeight": "400"
|
|
|
- }
|
|
|
- },
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
"left": "var(--wp--custom--gap--horizontal)"
|
|
@@ -541,7 +544,8 @@
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "fontWeight": 700
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textDecoration": "none"
|
|
|
},
|
|
|
"color": {
|
|
|
"link": "var(--wp--custom--color--primary)"
|