vcard/wip
This commit is contained in:
parent
28eb4ed27f
commit
edd878e957
4 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue