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 {