Body background fix

This commit is contained in:
David Hill
2025-10-02 15:03:56 +01:00
parent 30dc0cbe58
commit 2ded2aa2d9

View File

@@ -50,6 +50,10 @@
}
}
body {
background: var(--color-background);
}
[data-page="zen"] {
background: var(--color-background);
--padding: 5rem;