Skip to content

Commit

Permalink
feat(bulletchatting-demo): add text-shadow for bullet-chatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 21, 2019
1 parent d6fe27d commit 1e363a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/bulletchatting-proposal-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
pointer-events: none;
}

bullet-chatting {
text-shadow: rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) -1px 0px 1px;
}

.area {
position: absolute;
top: 0;
Expand Down

0 comments on commit 1e363a4

Please sign in to comment.