This commit is contained in:
Marc Beninca 2025-02-17 00:25:49 +01:00
parent 272db656af
commit 0991ea8e70
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -4,6 +4,8 @@
--body-background: #fff;
--body-text: #000;
--header-background: #ccc;
--item-even: #ddd;
--item-odd: #eee;
--qrcode-background: ;
--ruler-border: #888;
}
@ -14,6 +16,8 @@
--body-background: #000;
--body-text: #aaa;
--header-background: #444;
--item-even: #222;
--item-odd: #111;
--qrcode-background: #aaa;
--ruler-border: #444;
}
@ -119,6 +123,9 @@ img.org {
margin-inline-end: .5em;
}
li:nth-of-type(even) { background-color: var(--item-even); }
li:nth-of-type(odd) { background-color: var(--item-odd); }
table {
margin-inline: auto;
}