a sledgehammer

This commit is contained in:
dembim 2026-02-02 15:57:24 -05:00
parent 95281c5720
commit 111fc07666
2 changed files with 20 additions and 5 deletions

View file

@ -229,6 +229,14 @@ body {
font-family: "BodySans", sans-serif;
}
.js-wait body {
visibility: hidden;
}
.js-ready body {
visibility: visible;
}
h1 {
font-family: "Heading";
line-height: 1.2;