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

Commit

Permalink
Update Pilgrimage style varation: colors, gradients (#201)
Browse files Browse the repository at this point in the history
* Update Pilgrimage style varation: colors, gradients

* Update images to duotone filter, set separators in blue

* Add dots gradient

* Improve dots

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
  • Loading branch information
luminuu and mikachan authored Oct 10, 2022
1 parent 924f630 commit a5b1ec2
Showing 1 changed file with 38 additions and 16 deletions.
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 Down Expand Up @@ -196,7 +213,7 @@
},
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--secondary)"
}
},
"core/site-title": {
Expand All @@ -216,7 +233,7 @@
}
},
"color": {
"gradient": "var(--wp--preset--gradient--base-primary)"
"gradient": "var(--wp--preset--gradient--dots)"
},
"elements": {
"button": {
Expand Down Expand Up @@ -280,18 +297,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

0 comments on commit a5b1ec2

Please sign in to comment.