remove text-decoration

This commit is contained in:
Ben Floyd 2026-06-04 08:30:14 -06:00
parent 204febb6cd
commit 82ecc266d5

View file

@ -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 {