diff --git a/source/wp-content/themes/wporg-parent-2021/theme.json b/source/wp-content/themes/wporg-parent-2021/theme.json index 0c8f62e8..1b45abed 100644 --- a/source/wp-content/themes/wporg-parent-2021/theme.json +++ b/source/wp-content/themes/wporg-parent-2021/theme.json @@ -936,14 +936,14 @@ }, "link": { "typography": { - "textDecoration": "none" + "textDecoration": "underline" }, "color": { "text": "var(--wp--custom--link--color--text)" }, ":hover": { "typography": { - "textDecoration": "underline" + "textDecoration": "none" } } },