From b608d74bdcd60ba6aebb51d499215769fcd7e82f Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Fri, 22 Nov 2024 15:43:59 -0500 Subject: [PATCH] add style for tabor/comment-avatars --- theme.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 694b784..8d26793 100644 --- a/theme.json +++ b/theme.json @@ -754,7 +754,25 @@ "top": "var(--wp--preset--spacing--30)" } } - } + }, + "tabor/comment-avatars": { + "css": "& .wp-block-tabor-comment-avatars__empty::before, & .wp-block-tabor-comment-avatars__empty::after { background-color: var(--wp--preset--color--theme-6);} ", + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--theme-6)" + } + }, + "color": { + "text": "var(--wp--preset--color--theme-5)" + }, + "typography": { + "textDecoration": "none" + } + } + } + } }, "color": { "background": "var(--wp--preset--color--theme-1)",