summaryrefslogtreecommitdiff
path: root/src/client/app/desktop
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/desktop
parentwip (diff)
downloadmisskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.gz
misskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.tar.bz2
misskey-32942709bfdb799f1ac26a087ffd4d73b558fcb5.zip
wip
Diffstat (limited to 'src/client/app/desktop')
-rw-r--r--src/client/app/desktop/views/components/note-detail.vue2
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue8
-rw-r--r--src/client/app/desktop/views/components/sub-note-content.vue2
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.note.vue6
4 files changed, 9 insertions, 9 deletions
diff --git a/src/client/app/desktop/views/components/note-detail.vue b/src/client/app/desktop/views/components/note-detail.vue
index 50ad793f0b..0c4b560e98 100644
--- a/src/client/app/desktop/views/components/note-detail.vue
+++ b/src/client/app/desktop/views/components/note-detail.vue
@@ -365,7 +365,7 @@ export default Vue.extend({
> *
padding 16px
- border dashed 1px vat(--quoteBorder)
+ border dashed 1px var(--quoteBorder)
border-radius 8px
> .location
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
diff --git a/src/client/app/desktop/views/components/sub-note-content.vue b/src/client/app/desktop/views/components/sub-note-content.vue
index 6889dc231e..fd8e658056 100644
--- a/src/client/app/desktop/views/components/sub-note-content.vue
+++ b/src/client/app/desktop/views/components/sub-note-content.vue
@@ -38,7 +38,7 @@ export default Vue.extend({
> .rp
margin-left 4px
font-style oblique
- color #a0bf46
+ color var(--renoteText)
mk-poll
font-size 80%
diff --git a/src/client/app/desktop/views/pages/deck/deck.note.vue b/src/client/app/desktop/views/pages/deck/deck.note.vue
index bdc4368e7b..3bc4f26823 100644
--- a/src/client/app/desktop/views/pages/deck/deck.note.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.note.vue
@@ -329,7 +329,7 @@ root(isDark)
padding 4px
font-size 90%
text-align center
- background isDark ? #2f3944 : #eef1f3
+ background var(--mfmTitleBg)
border-radius 4px
>>> .code
@@ -348,7 +348,7 @@ root(isDark)
> .rp
margin-left 4px
font-style oblique
- color #a0bf46
+ color var(--renoteText)
[data-is-me]:after
content "you"
@@ -387,7 +387,7 @@ root(isDark)
> *
padding 16px
- border dashed 1px vat(--quoteBorder)
+ border dashed 1px var(--quoteBorder)
border-radius 8px
> .app