better print styles, updated home copy

This commit is contained in:
Joshua Seigler 2024-06-07 12:13:50 -04:00
parent 5963b95e37
commit 9808f4d2c2
2 changed files with 10 additions and 2 deletions

View file

@ -222,7 +222,13 @@ body > header {
--c-text-light: black;
--c-text-dark: black;
font-size: 12pt;
font-size: 10pt;
--content-width: 100vw;
}
h1,h2,h3,h4 {
opacity: 0.75;
}
body > header > nav {
display: none;