Skip to content

Commit

Permalink
Merge pull request #6 from alexmisk/feature/remove-png-requirement
Browse files Browse the repository at this point in the history
Remove PNG image requirement (closes #1)
  • Loading branch information
guiassemany authored Mar 17, 2021
2 parents bf87a96 + 9f0b707 commit d13ef11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed src/pattern.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/stick-to-me.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.stick_block_layer {
background-image: url("pattern.png");
background: rgba(0,0,0,0.6);
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
Expand Down

0 comments on commit d13ef11

Please sign in to comment.