Clean up, switch to modern maddybook, netlify

This commit is contained in:
Madison Rye Progress
2026-03-14 15:44:45 -07:00
parent 7ee2f406dd
commit fa0a8d424e
11 changed files with 93 additions and 30 deletions

View File

@ -47,6 +47,10 @@ header h2:after {
border-top: 1px solid black;
}
.dark-mode header h2:after {
border-top: 1px solid #eee;
}
.next {
font-family: sans-serif !important;
display: block;
@ -58,3 +62,16 @@ header h2:after {
.phantom {
visibility: hidden;
}
.works dt {
font-size: 20pt;
background: linear-gradient(90deg, rgba(127, 127, 127, 0.1), rgba(127, 127, 127, 0.07));
}
.works dt .author {
display: none;
}
.works dd {
background: linear-gradient(90deg, rgba(127, 127, 127, 0.05), transparent);
}