diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 15:46:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 15:46:46 +0900 |
| commit | 797b5d2311bf0c2350f6f49fea2efe882d86d963 (patch) | |
| tree | b571902bd65daf78aced0774ac0839bc790f1b43 /src | |
| parent | Better timeline rendering (diff) | |
| download | misskey-797b5d2311bf0c2350f6f49fea2efe882d86d963.tar.gz misskey-797b5d2311bf0c2350f6f49fea2efe882d86d963.tar.bz2 misskey-797b5d2311bf0c2350f6f49fea2efe882d86d963.zip | |
Darken
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/post-form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/post-form.vue b/src/client/app/desktop/views/components/post-form.vue index fee63916a5..919f97f44d 100644 --- a/src/client/app/desktop/views/components/post-form.vue +++ b/src/client/app/desktop/views/components/post-form.vue @@ -302,7 +302,7 @@ root(isDark) min-width 100% min-height calc(16px + 12px + 12px) font-size 16px - color #333 + color isDark ? #fff : #333 background isDark ? #191d23 : #fff outline none border solid 1px rgba($theme-color, 0.1) |