[Client] Separate theme property

This commit is contained in:
syuilo 2018-12-30 09:21:07 +09:00
parent 23b3e33df6
commit fcb3ba9947
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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);'
}
})];
}