diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 02:46:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 02:46:53 +0900 |
| commit | 1eb6ad58d5699ec22b41265b4b8c687641015109 (patch) | |
| tree | 70f71971c34193ae2b6ee8a4acfda1bd089b3f6a /src/client/app/desktop/views/components/notes.note.vue | |
| parent | wip (diff) | |
| download | misskey-1eb6ad58d5699ec22b41265b4b8c687641015109.tar.gz misskey-1eb6ad58d5699ec22b41265b4b8c687641015109.tar.bz2 misskey-1eb6ad58d5699ec22b41265b4b8c687641015109.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.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index 4f2b0241e8..17f7e2235a 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -357,8 +357,8 @@ root(isDark) padding 16px 32px 8px 32px line-height 28px white-space pre - color #9dbb00 - background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%) + color var(--renoteText) + background linear-gradient(to bottom, var(--renoteGradient) 0%, var(--face) 100%) .avatar display inline-block |