From f0dafa04a538e446d7a4cfa41d926fbe212d42d2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 28 Dec 2018 04:30:37 +0900 Subject: :art: --- src/client/app/desktop/views/components/note-detail.vue | 3 ++- src/client/app/desktop/views/components/note.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/app/desktop') diff --git a/src/client/app/desktop/views/components/note-detail.vue b/src/client/app/desktop/views/components/note-detail.vue index f2d46a6eed..05dd10fe05 100644 --- a/src/client/app/desktop/views/components/note-detail.vue +++ b/src/client/app/desktop/views/components/note-detail.vue @@ -338,7 +338,8 @@ export default Vue.extend({ > .count display inline margin 0 0 0 8px - color #999 + color var(--text) + opacity 0.7 &.reacted, &.reacted:hover color var(--noteActionsReactionHover) diff --git a/src/client/app/desktop/views/components/note.vue b/src/client/app/desktop/views/components/note.vue index 9e3e8dfcb6..50142e50bd 100644 --- a/src/client/app/desktop/views/components/note.vue +++ b/src/client/app/desktop/views/components/note.vue @@ -303,7 +303,8 @@ export default Vue.extend({ > .count display inline margin 0 0 0 8px - color #999 + color var(--text) + opacity 0.7 &.reacted, &.reacted:hover color var(--noteActionsReactionHover) -- cgit v1.2.3-freya