diff --git a/src/components/Editor.tsx b/src/components/Editor.tsx index bd8ad4ea..68223c58 100644 --- a/src/components/Editor.tsx +++ b/src/components/Editor.tsx @@ -84,7 +84,7 @@ const WikiLink = createReactInlineContentSpec( {target} diff --git a/src/theme.json b/src/theme.json index 3d3b189f..c658a2f9 100644 --- a/src/theme.json +++ b/src/theme.json @@ -92,7 +92,7 @@ "wikilink": { "color": "var(--accent-blue)", "textDecoration": "none", - "borderBottom": "1px dotted var(--accent-blue)", + "borderBottom": "1px dotted currentColor", "cursor": "pointer" } },