From 72775c2b706e504b0ba834baf16136fe637dd58a Mon Sep 17 00:00:00 2001 From: Jeremy Yip Date: Fri, 20 Aug 2021 02:56:24 -0700 Subject: [PATCH] Don't select site title hyperlink tag --- seedlet-blocks/assets/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seedlet-blocks/assets/theme.css b/seedlet-blocks/assets/theme.css index 9b7ac09a70..1476b1988d 100644 --- a/seedlet-blocks/assets/theme.css +++ b/seedlet-blocks/assets/theme.css @@ -148,7 +148,7 @@ /** * Links in Content */ -.is-root-container a:not(.wp-block-button__link):not([download]), +.is-root-container a:not(.wp-block-button__link):not([download]):not([aria-label="Site title text"]), .wp-block-post-content a:not(.wp-block-button__link):not([download]) { color: var(--wp--custom--color--primary); text-decoration-color: var(--wp--style--color--link);