button/bg

This commit is contained in:
Marc Beninca 2025-02-18 00:56:40 +01:00
parent ed99d1fac3
commit 55d029d303
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -9,6 +9,7 @@
--body-background: #fff; --body-background: #fff;
--body-text: #000; --body-text: #000;
--border-color: #888; --border-color: #888;
--button-background: #bbb;
--header-background: #ccc; --header-background: #ccc;
--item-even: #ddd; --item-even: #ddd;
--item-odd: #eee; --item-odd: #eee;
@ -24,6 +25,7 @@
--body-background: #000; --body-background: #000;
--body-text: #aaa; --body-text: #aaa;
--border-color: #888; --border-color: #888;
--button-background: #444;
--header-background: #444; --header-background: #444;
--item-even: #222; --item-even: #222;
--item-odd: #111; --item-odd: #111;
@ -46,6 +48,9 @@
--org-gradient: linear-gradient(to top, var(--alpha), var(--org-background)); --org-gradient: linear-gradient(to top, var(--alpha), var(--org-background));
} }
#theme {
background-color: var(--button-background);
}
#vcf { #vcf {
background-color: var(--qrcode-background); background-color: var(--qrcode-background);
} }