From 32942709bfdb799f1ac26a087ffd4d73b558fcb5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 23:09:23 +0900 Subject: wip --- src/client/app/desktop/views/components/notes.note.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/app/desktop/views/components/notes.note.vue') diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index 5daaadb971..7e4f42533f 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -447,7 +447,7 @@ root(isDark) padding 4px font-size 90% text-align center - background isDark ? #2f3944 : #eef1f3 + background var(--mfmTitleBg) border-radius 4px >>> .code @@ -461,12 +461,12 @@ root(isDark) > .reply margin-right 8px - color isDark ? #99abbf : #717171 + color var(--text) > .rp margin-left 4px font-style oblique - color #a0bf46 + color var(--renoteText) > .location margin 4px 0 @@ -491,7 +491,7 @@ root(isDark) > * padding 16px - border dashed 1px vat(--quoteBorder) + border dashed 1px var(--quoteBorder) border-radius 8px > footer -- cgit v1.2.3-freya