mirror of
https://github.com/bfloydd/coalesce.git
synced 2026-07-22 05:49:31 +00:00
remove text-decoration
This commit is contained in:
parent
204febb6cd
commit
82ecc266d5
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue