vcf/qrcode

This commit is contained in:
Marc Beninca 2025-02-16 22:39:26 +01:00
parent ec42e40dcc
commit dc841974dc
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 8 additions and 2 deletions

View file

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

View file

@ -4,17 +4,23 @@
--body-background: #fff;
--body-text: #000;
--header-background: #ccc;
--qrcode-background: none;
}
@media screen {
.dark {
--anchor-text: #f88;
--banner-background: #669;
--banner-background: #558;
--body-background: #000;
--body-text: #aaa;
--header-background: #444;
--qrcode-background: #aaa;
}
}
#vcf {
background-color: var(--qrcode-background);
}
@font-face {
font-display: swap;
font-family: "fa";