diff --git a/mayland-blocks/experimental-theme.json b/mayland-blocks/experimental-theme.json index d0dd1c0dbe..c20de9912c 100644 --- a/mayland-blocks/experimental-theme.json +++ b/mayland-blocks/experimental-theme.json @@ -62,9 +62,12 @@ "button": { "border": { "color": "var(--wp--custom--button--color--text)", + "hoverColor": "transparent", "radius": "4px", "style": "solid", - "width": "0" + "hoverStyle": "solid", + "width": "0", + "hoverWidth": "0" }, "color": { "background": "var(--wp--custom--color--secondary)", @@ -374,6 +377,11 @@ "fontSize": "var(--wp--preset--font-size--small)" } }, + "core/navigation-link": { + "color": { + "background": "var(--wp--custom--color--background)" + } + }, "core/post-content": { "spacing": { "padding": { diff --git a/seedlet-blocks/experimental-theme.json b/seedlet-blocks/experimental-theme.json index 655fec5632..3ee3270890 100644 --- a/seedlet-blocks/experimental-theme.json +++ b/seedlet-blocks/experimental-theme.json @@ -100,9 +100,12 @@ "button": { "border": { "color": "var(--wp--custom--button--color--text)", + "hoverColor": "transparent", "radius": "4px", "style": "solid", - "width": "0" + "hoverStyle": "solid", + "width": "0", + "hoverWidth": "0" }, "color": { "background": "var(--wp--custom--color--secondary)", @@ -404,6 +407,11 @@ "fontSize": "var(--wp--preset--font-size--small)" } }, + "core/navigation-link": { + "color": { + "background": "var(--wp--custom--color--background)" + } + }, "core/post-content": { "spacing": { "padding": {