summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-30 09:21:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-30 09:21:07 +0900
commitfcb3ba9947f35b5233d4747f0d2b64f00be0e95f (patch)
tree876baf36023a55b6d13a3ea4086f3c7a1b467efc /src/client/app
parent[Client] Fix bug (diff)
downloadmisskey-fcb3ba9947f35b5233d4747f0d2b64f00be0e95f.tar.gz
misskey-fcb3ba9947f35b5233d4747f0d2b64f00be0e95f.tar.bz2
misskey-fcb3ba9947f35b5233d4747f0d2b64f00be0e95f.zip
[Client] Separate theme property
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/common/views/components/mfm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/mfm.ts b/src/client/app/common/views/components/mfm.ts
index 4adce68dc2..ad3d8204cc 100644
--- a/src/client/app/common/views/components/mfm.ts
+++ b/src/client/app/common/views/components/mfm.ts
@@ -132,7 +132,7 @@ export default Vue.component('misskey-flavored-markdown', {
target: '_blank'
},
attrs: {
- style: 'color:var(--mfmLink);'
+ style: 'color:var(--mfmUrl);'
}
})];
}