.multi-vault-link { color: var(--link-color, var(--text-accent)); text-decoration: var(--link-decoration, underline); cursor: pointer; } .multi-vault-link:hover { color: var(--link-color-hover, var(--text-accent-hover)); text-decoration: var(--link-decoration-hover, underline); } /* When the raw [[…]] is shown (source mode, or cursor in the link in live preview) Obsidian marks the cross-vault target "unresolved" and fades it with --link-unresolved-opacity (~0.7). Restore full opacity and the normal link colour so a multi-vault link never looks grayed. */ .cm-multi-vault-source .cm-hmd-internal-link, .cm-multi-vault-source .is-unresolved { color: var(--link-color, var(--text-accent)) !important; opacity: 1 !important; }