summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 23:09:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 23:09:23 +0900
commit32942709bfdb799f1ac26a087ffd4d73b558fcb5 (patch)
treeb7757ebe1ef97494202b3194c66e8d8f67817b9d /src/client/app/mobile/views/components/note.vue
parentwip (diff)
downloadmisskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.gz
misskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.bz2
misskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.zip
wip
Diffstat (limited to 'src/client/app/mobile/views/components/note.vue')
-rw-r--r--src/client/app/mobile/views/components/note.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index ed175b4f6f..b1c5835692 100644
--- a/src/client/app/mobile/views/components/note.vue
+++ b/src/client/app/mobile/views/components/note.vue
@@ -369,7 +369,7 @@ root(isDark)
padding 4px
font-size 90%
text-align center
- background isDark ? #2f3944 : #eef1f3
+ background var(--mfmTitleBg)
border-radius 4px
>>> .code
@@ -388,7 +388,7 @@ root(isDark)
> .rp
margin-left 4px
font-style oblique
- color #a0bf46
+ color var(--renoteText)
[data-is-me]:after
content "you"
@@ -427,7 +427,7 @@ root(isDark)
> *
padding 16px
- border dashed 1px vat(--quoteBorder)
+ border dashed 1px var(--quoteBorder)
border-radius 8px
> .app