update blur effect

This commit is contained in:
xmcp
2020-01-10 12:00:24 +08:00
parent 86ab7d130f
commit 00bec9f93d
3 changed files with 49 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
background-color: rgba(255,255,255,.8);
box-shadow: 0 0 25px rgba(0,0,0,.4);
margin-bottom: 1em;
backdrop-filter: blur(10px);
backdrop-filter: blur(5px);
}
.root-dark-mode .title-bar {