[Client] Separate theme property

This commit is contained in:
syuilo
2018-12-30 09:21:07 +09:00
parent 23b3e33df6
commit fcb3ba9947
3 changed files with 5 additions and 3 deletions

View File

@ -132,7 +132,7 @@ export default Vue.component('misskey-flavored-markdown', {
target: '_blank'
},
attrs: {
style: 'color:var(--mfmLink);'
style: 'color:var(--mfmUrl);'
}
})];
}