diff --git a/leancv/patterns/404.php b/leancv/patterns/404.php index e14a1cd6c8..d5075bf2d0 100644 --- a/leancv/patterns/404.php +++ b/leancv/patterns/404.php @@ -22,7 +22,7 @@ -
+ diff --git a/leancv/style.css b/leancv/style.css index cd9b160916..ad07f4321c 100644 --- a/leancv/style.css +++ b/leancv/style.css @@ -19,9 +19,9 @@ Tags: blog, education, two-columns, block-styles, featured-images, full-site-edi * https://github.com/WordPress/gutenberg/issues/42794 */ .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { - background-color: var(--wp--preset--color--secondary); + background-color: var(--wp--preset--color--foreground); color: var(--wp--preset--color--background); - border-color: var(--wp--preset--color--secondary); + border-color: var(--wp--preset--color--foreground); } /** diff --git a/leancv/theme.json b/leancv/theme.json index b8546e7e3c..01c19d8e86 100644 --- a/leancv/theme.json +++ b/leancv/theme.json @@ -11,83 +11,38 @@ "#1c4ddc", "#fefdf8" ], - "name": "Duotone Default", - "slug": "duotone-default" + "name": "Duotone 1", + "slug": "duotone-1" }, { "colors": [ - "#a81010", - "#efefef" + "#000000", + "#ffffff" ], - "name": "Rose", - "slug": "duotone-rose" - }, - { - "colors": [ - "#002A32", - "#F6F4ED" - ], - "name": "Hunter", - "slug": "duotone-hunter" - }, - { - "colors": [ - "#2A007D", - "#F9F9EC" - ], - "name": "Ultraviolet", - "slug": "duotone-ultraviolet" - }, - { - "colors": [ - "#8f0021", - "#f3d3aa" - ], - "name": "Cinnabar", - "slug": "duotone-cinnabar" - }, - { - "colors": [ - "#045076", - "#fefdf8" - ], - "name": "Saphire", - "slug": "duotone-saphire" - }, - { - "colors": [ - "#050E05", - "#F8F8F7" - ], - "name": "Moss", - "slug": "duotone-moss" + "name": "Duotone 2", + "slug": "duotone-2" } ], "palette": [ { - "color": "#004de5", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#004de5", - "name": "Secondary", - "slug": "secondary" + "color": "#FEFDF8", + "name": "Color 1", + "slug": "background" }, { "color": "#004de5", - "name": "Foreground", + "name": "Color 2", "slug": "foreground" }, { - "color": "#fefdf8", - "name": "Background", - "slug": "background" + "color": "#CFDFFE", + "name": "Color 3", + "slug": "tertiary" }, { - "color": "#fefdf8", - "name": "Tertiary", - "slug": "tertiary" + "color": "#000000", + "name": "Color 4", + "slug": "primary" } ], "text": true @@ -742,7 +697,7 @@ }, "core/quote": { "border": { - "color": "var(--wp--preset--color--primary)", + "color": "var(--wp--preset--color--foreground)", "style": "solid", "width": "0 0 0 1px" }, @@ -827,23 +782,23 @@ }, "color": { "background": "var(--wp--preset--color--background)", - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" }, "elements": { "button": { ":active": { "color": { - "background": "var(--wp--preset--color--primary)", + "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" } }, ":focus": { "color": { - "background": "var(--wp--preset--color--primary)", + "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" }, "outline": { - "color": "var(--wp--preset--color--primary)", + "color": "var(--wp--preset--color--foreground)", "offset": "2px", "style": "dotted", "width": "1px" @@ -859,7 +814,7 @@ "radius": "0.25rem" }, "color": { - "background": "var(--wp--preset--color--primary)", + "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" } }, @@ -917,7 +872,7 @@ } }, "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var(--wp--preset--color--foreground)" } } },