summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components/notes.note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 14:32:48 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 14:32:48 +0900
commit4fe2f29478fbf81cb21450170b551ed21211a854 (patch)
treead53b7e7667705c5a0a4b29fbe26a99e79b6bff6 /src/client/app/desktop/views/components/notes.note.vue
parentwip (diff)
downloadmisskey-4fe2f29478fbf81cb21450170b551ed21211a854.tar.gz
misskey-4fe2f29478fbf81cb21450170b551ed21211a854.tar.bz2
misskey-4fe2f29478fbf81cb21450170b551ed21211a854.zip
wip
Diffstat (limited to 'src/client/app/desktop/views/components/notes.note.vue')
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index 160de5199d..5daaadb971 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -426,7 +426,7 @@ root(isDark)
margin 0
padding 0
overflow-wrap break-word
- color isDark ? #fff : #717171
+ color var(--noteText)
> .text
margin-right 8px
@@ -439,7 +439,7 @@ root(isDark)
margin 0
padding 0
overflow-wrap break-word
- color isDark ? #fff : #717171
+ color var(--noteText)
>>> .title
display block
@@ -491,7 +491,7 @@ root(isDark)
> *
padding 16px
- border dashed 1px isDark ? #4e945e : #c0dac6
+ border dashed 1px vat(--quoteBorder)
border-radius 8px
> footer