Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Update Pilgrimage style varation: colors, gradients #201

Merged
merged 4 commits into from
Oct 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 38 additions & 16 deletions styles/pilgrimage.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,25 @@
"name": "Secondary to Primary",
"slug": "secondary-primary"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
"name": "Tertiary to Secondary",
"slug": "tertiary-secondary"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
"name": "Tertiary to Primary",
"slug": "tertiary-primary"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
"name": "Base to Primary",
"slug": "base-primary"
},
{
"gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
"name": "Dots",
"slug": "dots"
}
],
"palette": [
Expand Down Expand Up @@ -65,7 +80,7 @@
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--tertiary)"
}
}
}
Expand All @@ -76,7 +91,7 @@
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--tertiary)"
},
"typography": {
"textDecoration": "underline"
Expand All @@ -90,7 +105,7 @@
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--tertiary)"
}
}
}
Expand Down Expand Up @@ -135,11 +150,8 @@
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--tertiary)"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
Expand All @@ -163,12 +175,17 @@
}
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/post-title": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--tertiary)"
},
"typography": {
"textDecoration": "underline"
Expand All @@ -191,7 +208,7 @@
},
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--secondary)"
}
},
"core/site-title": {
Expand All @@ -207,7 +224,7 @@
}
},
"color": {
"gradient": "var(--wp--preset--gradient--base-primary)"
"gradient": "var(--wp--preset--gradient--dots)"
},
"elements": {
"button": {
Expand Down Expand Up @@ -270,18 +287,23 @@
}
},
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text":"var(--wp--preset--color--tertiary)"
}
},
":hover": {
":focus": {
"color": {
"text":"var(--wp--preset--color--primary)"
"text":"var(--wp--preset--color--tertiary)"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
":active": {
"color": {
"text": "var(--wp--preset--color--tertiary)"
}
}
}
}
Expand Down