diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:47:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:47:11 +0900 |
| commit | b6e33e93dea72844e0efb2a66d0f8faada12ac6c (patch) | |
| tree | 97a4d6b78d56fd01a8de394604e8e3455bb0c177 /src/client/app | |
| parent | example commit (diff) | |
| download | misskey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.tar.gz misskey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.tar.bz2 misskey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.zip | |
wip
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/mobile/views/pages/settings.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue index 9849c82490..0a44a592e1 100644 --- a/src/client/app/mobile/views/pages/settings.vue +++ b/src/client/app/mobile/views/pages/settings.vue @@ -339,8 +339,8 @@ root(isDark) margin 16px padding 16px text-align center - color isDark ? #ff5f56 : #cc2727 - background isDark ? #652222 : #fff6f5 + color var(--mobileSignedInAsFg) + background var(--mobileSignedInAsBg) box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12) > footer |