Skip to content

Commit

Permalink
clickable QR's
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 17, 2024
1 parent 215fd49 commit 56f3b1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4705,3 +4705,11 @@ input.accordion[type=radio]:checked + label::after {
.donation-field {
user-select: all; /* Select donation addresses with one click */
}

#qr-link {
all: unset;
}

#qr-link:hover {
cursor: pointer;
}
8 changes: 6 additions & 2 deletions get-started/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ meta_descr: meta_descr.contributing
</div><br>
<div class="row center-xs">
<div class="col-lg-6">
<img class="qr" src="/{{ site.data.contributing.qr_xmr_filename }}" alt="{% t contributing.altqrmonero %}"/>
<a id="qr-link" href="{{ site.data.contributing.qr_xmr_content }}">
<img class="qr" src="/{{ site.data.contributing.qr_xmr_filename }}" alt="{% t contributing.altqrmonero %}"/>
</a>
</div>
<div class="col-lg-6">
<img class="qr" src="/{{ site.data.contributing.qr_btc_filename }}" alt="{% t contributing.altqrbitcoin %}"/>
<a id="qr-link" href="{{ site.data.contributing.qr_btc_content }}">
<img class="qr" src="/{{ site.data.contributing.qr_btc_filename }}" alt="{% t contributing.altqrbitcoin %}"/>
</a>
</div>
</div>
<div class="row start-xs">
Expand Down

0 comments on commit 56f3b1a

Please sign in to comment.