From 5919b8a69ee3dedb631cddeed02a8e039bcadb8c Mon Sep 17 00:00:00 2001 From: Jeff Ong Date: Wed, 7 Sep 2022 10:50:59 -0400 Subject: [PATCH 1/2] Add pseudo states to post content. --- emptytheme/theme.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/emptytheme/theme.json b/emptytheme/theme.json index 46b0979..a96b94d 100644 --- a/emptytheme/theme.json +++ b/emptytheme/theme.json @@ -6,5 +6,19 @@ "contentSize": "840px", "wideSize": "1100px" } + }, + "styles": { + "blocks": { + "core/post-content": { + "elements": { + "link": { + ":hover": { + "typography": { + } + } + } + } + } + } } } From 3e686f3330d5e155bad116eb591050e3f1249eeb Mon Sep 17 00:00:00 2001 From: Jeff Ong Date: Wed, 7 Sep 2022 10:53:49 -0400 Subject: [PATCH 2/2] Add offending config. --- emptytheme/theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/emptytheme/theme.json b/emptytheme/theme.json index a96b94d..4ec49cb 100644 --- a/emptytheme/theme.json +++ b/emptytheme/theme.json @@ -14,6 +14,7 @@ "link": { ":hover": { "typography": { + "fontStyle": "italic" } } }