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>
|
||||
</header>
|
||||
<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>
|
||||
<table><tbody>
|
||||
<tr>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#theme {
|
||||
background-color: var(--button-background);
|
||||
}
|
||||
#vcf {
|
||||
#vcard {
|
||||
background-color: var(--qrcode-background);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue