vcard/wip

This commit is contained in:
Marc Beninca 2025-02-18 01:06:11 +01:00
parent 28eb4ed27f
commit edd878e957
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,8 @@
<button id="theme"></button> <button id="theme"></button>
</header> </header>
<section class="banner"> <section class="banner">
<img class="big" id="vcf" src="img/vcf.svg" alt="VCF QR code."> <a href="vcard.vcf">
<img class="big" id="vcard" src="img/vcard.svg" alt="Vcard QR code."></a>
<div> <div>
<table><tbody> <table><tbody>
<tr> <tr>

View file

@ -51,7 +51,7 @@
#theme { #theme {
background-color: var(--button-background); background-color: var(--button-background);
} }
#vcf { #vcard {
background-color: var(--qrcode-background); background-color: var(--qrcode-background);
} }

View file

View file