diff --git a/src/client/app/common/views/components/mfm.ts b/src/client/app/common/views/components/mfm.ts
index 69ae7638a5..4adce68dc2 100644
--- a/src/client/app/common/views/components/mfm.ts
+++ b/src/client/app/common/views/components/mfm.ts
@@ -129,7 +129,9 @@ export default Vue.component('misskey-flavored-markdown', {
 						key: Math.random(),
 						props: {
 							url: token.node.props.url,
-							target: '_blank',
+							target: '_blank'
+						},
+						attrs: {
 							style: 'color:var(--mfmLink);'
 						}
 					})];