summaryrefslogtreecommitdiff
path: root/src/client/app.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:11:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:11:39 +0900
commitb715ea46211e9c4d13caeee161bd4287b2c582f3 (patch)
tree755255544c9aceece744975a15265dfb69beb665 /src/client/app.vue
parentAdd welcome widget (diff)
downloadsharkey-b715ea46211e9c4d13caeee161bd4287b2c582f3.tar.gz
sharkey-b715ea46211e9c4d13caeee161bd4287b2c582f3.tar.bz2
sharkey-b715ea46211e9c4d13caeee161bd4287b2c582f3.zip
:art:
Diffstat (limited to 'src/client/app.vue')
-rw-r--r--src/client/app.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index beaad7f8dd..233b2b17d4 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -932,6 +932,7 @@ export default Vue.extend({
&.wallpaper {
background: var(--wallpaperOverlay);
+ backdrop-filter: blur(4px);
}
> main {