Compare commits

..

2 Commits

Author SHA1 Message Date
a07f7d6310 Biblio update
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-04-06 15:04:46 -07:00
e995aaff88 Update maddybook, header 2026-04-06 14:59:09 -07:00
3 changed files with 8 additions and 4 deletions

View File

@ -648,8 +648,7 @@ It just took me a long, long time to figure out disinterested identity.
* TVTropes. n.d. "Blue-and-Orange Morality." <https://tvtropes.org/pmwiki/pmwiki.php/Main/BlueAndOrangeMorality>.
* Various. 2001. "The 2001 Translation[^6]." <https://2001translation.org/read/job>. <https://2001translation.org/read/job>.
* Wakefield, Buddy. 2010. "Hurling Crowbirds at Mockingbars (Hope Is Not a Course of Action)." <https://thenervousbreakdown.com/bwakefield/2010/01/hurling-crowbirds-at-mockingbars-hope-is-not-a-course-of-action/>. <https://thenervousbreakdown.com/bwakefield/2010/01/hurling-crowbirds-at-mockingbars-hope-is-not-a-course-of-action/>.
Weinberger, Eliot, and Octavio Paz. 2016. *Nineteen Ways of Looking at Wang Wei: (With More Ways)*. New Directions Paperbook.
* Weinberger, Eliot, and Octavio Paz. 2016. *Nineteen Ways of Looking at Wang Wei: (With More Ways)*. New Directions Paperbook.
[^1]: Denoted *Alter* when verses are quoted.

View File

@ -13,6 +13,7 @@ h1, h2, h1 *, h2 *, summary, header {
}
header {
max-width: 640px;
margin: 0 auto;
}
@ -45,7 +46,11 @@ header h2:after {
left: 0;
width: 25%;
border-top: 1px solid black;
}
}
li, li p {
text-align: left;
}
.dark-mode header h2:after {
border-top: 1px solid #eee;