From 82ecc266d532a0e94d6ac2bfe6a357f96dd220d9 Mon Sep 17 00:00:00 2001 From: Ben Floyd Date: Thu, 4 Jun 2026 08:30:14 -0600 Subject: [PATCH] remove text-decoration --- styles/components/blocks.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/components/blocks.css b/styles/components/blocks.css index dba5a08..65a17c1 100644 --- a/styles/components/blocks.css +++ b/styles/components/blocks.css @@ -122,8 +122,8 @@ body .coalesce-backlink-item.is-collapsed .coalesce-content-preview { body .coalesce-custom-backlinks-container .coalesce-add-heading-prompt { color: var(--text-muted); cursor: pointer; - text-decoration: underline; - text-decoration-style: dotted; + text-decoration: none; + border-bottom: 1px dotted currentcolor; transition: all 0.2s ease; } @@ -142,7 +142,7 @@ body .coalesce-custom-backlinks-container .coalesce-add-heading-prompt { body .coalesce-custom-backlinks-container .coalesce-add-heading-prompt:hover { color: var(--text-accent); - text-decoration-color: var(--text-accent); + border-bottom-color: var(--text-accent); } body .coalesce-custom-backlinks-container .coalesce-add-heading-prompt:active {