Skip to content

Commit

Permalink
Improve qr code page in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbableck committed Dec 11, 2024
1 parent 07a3b67 commit 79055bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contao/templates/be_shortlink_qr_code.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<p>{{ 'MSC.shortlinkQrCode.explanation'|trans }}</p>
</div>

<div class="tl_tbox" style="text-align:center;background-color:#f6f6f6">
<figure style="padding:13px 25px 0">
<div class="tl_tbox" style="text-align:center;background-color:#00000009;padding-block-start:24px;">
<figure style="padding:5px;background-color:#fefefe;display:inline-flex">
{{ qrCode|raw }}
</figure>
<figcaption style="margin-top:18px;font-weight:bold"><a href="{{ url }}" target="_blank">{{ url }}</a></figcaption>
Expand Down

0 comments on commit 79055bf

Please sign in to comment.