This commit is contained in:
Marc Beninca 2025-02-16 22:52:05 +01:00
parent dc841974dc
commit 1189f91998
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 15 additions and 2 deletions

View file

@ -4,7 +4,8 @@
--body-background: #fff;
--body-text: #000;
--header-background: #ccc;
--qrcode-background: none;
--qrcode-background: ;
--ruler-border: #888;
}
@media screen {
.dark {
@ -14,6 +15,7 @@
--body-text: #aaa;
--header-background: #444;
--qrcode-background: #aaa;
--ruler-border: #444;
}
}
@ -96,7 +98,8 @@ h3 {
}
hr {
border: .1em dashed #888;
border: .1em dashed;
border-color: var(--ruler-border);
margin-block: .25em;
}