diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:28:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:28:13 +0900 |
| commit | f5f2215b47ce4590788dce2af1c8e4e586548e77 (patch) | |
| tree | 5d1854d8b6400937005d086850c973df5e462fb7 /src/client/app/desktop/views/components/ui-notification.vue | |
| parent | wip (diff) | |
| download | misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.gz misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.bz2 misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.zip | |
wip
Diffstat (limited to 'src/client/app/desktop/views/components/ui-notification.vue')
| -rw-r--r-- | src/client/app/desktop/views/components/ui-notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/ui-notification.vue b/src/client/app/desktop/views/components/ui-notification.vue index 7519124870..883a880e5d 100644 --- a/src/client/app/desktop/views/components/ui-notification.vue +++ b/src/client/app/desktop/views/components/ui-notification.vue @@ -47,7 +47,7 @@ root(isDark) padding 128px 0 0 0 width 500px color rgba(isDark ? #fff : #000, 0.6) - background rgba(isDark ? #282C37 : #fff, 0.9) + //background rgba(var(--face), 0.9) border-radius 0 0 8px 8px box-shadow 0 2px 4px rgba(#000, isDark ? 0.4 : 0.2) transform translateY(-64px) |