diff --git a/styles/03-dusk.json b/styles/03-dusk.json index d4337fe7..bf723ea1 100644 --- a/styles/03-dusk.json +++ b/styles/03-dusk.json @@ -87,14 +87,6 @@ "link": { "color": { "text": "var:preset|color|accent-2" - }, - "typography": { - "textDecoration": "underline" - }, - ":hover": { - "typography": { - "textDecoration": "none" - } } } } @@ -110,14 +102,6 @@ "link": { "color": { "text": "var:preset|color|accent-2" - }, - "typography": { - "textDecoration": "underline" - }, - ":hover": { - "typography": { - "textDecoration": "none" - } } } } @@ -174,10 +158,10 @@ "typography": { "fontFamily": "var:preset|font-family|vollkorn", "fontSize": "var:preset|font-size|x-large" - } + }, + "css": "p.wp-block-site-title:not(.has-link-color) a { color: var(--wp--preset--color--accent-3);}" } }, - "css": "p.wp-block-site-title:not(.has-link-color) a { color: var(--wp--preset--color--accent-3);}", "elements": { "button": { "typography": { @@ -253,14 +237,6 @@ "radius": "4px", "width": "0.8px", "style": "solid" - }, - "typography": { - "textDecoration": "none" - }, - ":hover": { - "typography": { - "textDecoration": "underline" - } } } }