Skip to content

Commit

Permalink
修复正在播放界面以封面做背景时白色歌词看不清的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 authored Dec 20, 2020
1 parent 98a4919 commit 4cd17cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,11 @@ svg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-filter: blur(15px);
-moz-filter: blur(15px);
-o-filter: blur(15px);
-ms-filter: blur(15px);
filter: blur(15px);
-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);
}

.page .playsong-detail {
Expand Down

0 comments on commit 4cd17cb

Please sign in to comment.