Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Oct 23, 2019
1 parent 0a34c11 commit 4a4a841
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
2 changes: 1 addition & 1 deletion widget-assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html, body {
margin: 0;
}
body {
background-color:rgba(0,0,0,0.3) !important;
background-color:rgba(0,0,0,0.5) !important;
}

a, a:hover {
Expand Down
2 changes: 1 addition & 1 deletion widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<div class=qrcode>
<canvas height=290 id=qrcode width=290></canvas>
</div>
<div>Scan this qr-code with your<br> <a href=https://www.blockpass.org title="Go to blockpass.org website"
<div>Scan this qr-code with your<br> <a href=https://www.blockpass.org/individuals title="Go to blockpass.org website"
target="_blank">Blockpass</a> mobile application to connect</div>
</div>

Expand Down

0 comments on commit 4a4a841

Please sign in to comment.