fix: require cmd-click for editor links

This commit is contained in:
lucaronin
2026-04-08 19:06:21 +02:00
parent b06d0847c3
commit 5c5d40ff24
7 changed files with 199 additions and 30 deletions

View File

@@ -1,6 +1,5 @@
/* Wikilink inline content — color is set via inline style per note type */
.wikilink {
cursor: pointer;
text-decoration: underline;
text-decoration-style: dotted;
text-underline-offset: 2px;