vcf/qrcode
This commit is contained in:
parent
ec42e40dcc
commit
dc841974dc
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue