Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* backport 9456f95c7ffbf92462ab4d

* revert blur and brightness default

Co-authored-by: Listen 1 <[email protected]>
  • Loading branch information
mikelxk and listen1 authored Aug 30, 2021
1 parent ce636a7 commit b414e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.vscode
.eslintcache

node_modules
node_modules
dist
5 changes: 1 addition & 4 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,8 @@ https://stackoverflow.com/questions/19889615/can-an-angular-directive-pass-argum
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-filter: blur(10px) brightness(0.6);
-moz-filter: blur(10px) brightness(0.6);
-o-filter: blur(10px) brightness(0.6);
-ms-filter: blur(10px) brightness(0.6);
filter: blur(10px) brightness(0.6);
transition: background ease-in-out 1.5s;
}

.page .playsong-detail {
Expand Down

0 comments on commit b414e6b

Please sign in to comment.