From fcb3ba9947f35b5233d4747f0d2b64f00be0e95f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Dec 2018 09:21:07 +0900 Subject: [Client] Separate theme property --- src/client/theme/light.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/theme/light.json5') diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index 182efee234..9e362c99e2 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -120,7 +120,8 @@ mfmTitleBg: 'rgba(0, 0, 0, 0.07)', mfmQuote: ':alpha<0.6<$text', mfmQuoteLine: ':alpha<0.5<$text', - mfmLink: '$primary', + mfmUrl: '$primary', + mfmLink: '@mfmUrl', mfmMention: '$primary', mfmHashtag: '$primary', -- cgit v1.2.3-freya