🔵 other: Initial WP conversion from Eleventy
Sync TODOs with Issues / sync_todos (push) Successful in 7s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
This commit is contained in:
+32
-17
@@ -9,15 +9,40 @@
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "black",
|
||||
"slug": "black",
|
||||
"color": "#000",
|
||||
"name": "Black"
|
||||
},
|
||||
{
|
||||
{
|
||||
"slug": "white",
|
||||
"color": "#fff",
|
||||
"name": "White"
|
||||
},
|
||||
{
|
||||
"slug": "navy",
|
||||
"color": "#262259",
|
||||
"name": "Navy"
|
||||
},
|
||||
{
|
||||
"slug": "red",
|
||||
"color": "#EF3F5B",
|
||||
"name": "Red"
|
||||
},
|
||||
{
|
||||
"slug": "teal",
|
||||
"color": "#3FBDAF",
|
||||
"name": "Teal"
|
||||
},
|
||||
{
|
||||
"slug": "teal-light",
|
||||
"color": "#81C6CE",
|
||||
"name": "Teal Light"
|
||||
},
|
||||
{
|
||||
"slug": "purple",
|
||||
"color": "#822369",
|
||||
"name": "Purple"
|
||||
},
|
||||
{
|
||||
"slug": "theme-bg",
|
||||
"color": "var(--color-background)",
|
||||
@@ -28,23 +53,13 @@
|
||||
"color": "var(--color-text)",
|
||||
"name": "Theme Text"
|
||||
},
|
||||
{
|
||||
"slug": "theme-primary",
|
||||
"color": "var(--color-primary)",
|
||||
"name": "Theme Primary"
|
||||
},
|
||||
{
|
||||
"slug": "theme-secondary",
|
||||
"color": "var(--color-secondary)",
|
||||
"name": "Theme Secondary"
|
||||
},
|
||||
{
|
||||
"slug": "theme-bodylinks",
|
||||
"color": "var(--color-bodylinks)",
|
||||
"name": "Theme Body Links"
|
||||
},
|
||||
{
|
||||
"slug": "theme-footerlinks",
|
||||
"slug": "theme-footlinks",
|
||||
"color": "var(--color-footlinks)",
|
||||
"name": "Theme Footer Links"
|
||||
},
|
||||
@@ -165,13 +180,13 @@
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--text)"
|
||||
"background": "var(--color-background)",
|
||||
"text": "var(--color-text)"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--theme-bodylinks)"
|
||||
"text": "var(--color-navy)"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -181,4 +196,4 @@
|
||||
"lineHeight": "1.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user