Skip to content

Commit

Permalink
better text-shadow for fixed lrc
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 23, 2018
1 parent 1d6ceb8 commit 398c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
margin: 0;
z-index: 98;
pointer-events: none;
text-shadow: 0 0 1px #fff, 0 0 10px #fff;
text-shadow: -1px -1px 0 #fff;

&:before,
&:after {
Expand Down

0 comments on commit 398c8be

Please sign in to comment.