Compare commits
2 Commits
bad388f2ff
...
a07f7d6310
| Author | SHA1 | Date | |
|---|---|---|---|
| a07f7d6310 | |||
| e995aaff88 |
@ -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>.
|
* 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>.
|
* 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/>.
|
* 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.
|
[^1]: Denoted *Alter* when verses are quoted.
|
||||||
|
|
||||||
|
|||||||
@ -13,6 +13,7 @@ h1, h2, h1 *, h2 *, summary, header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
max-width: 640px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -45,7 +46,11 @@ header h2:after {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
border-top: 1px solid black;
|
border-top: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li, li p {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.dark-mode header h2:after {
|
.dark-mode header h2:after {
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
|
|||||||
Submodule themes/maddybook updated: c847f9bdad...8526b8ba71
Reference in New Issue
Block a user