title, type
| title |
type |
| Selected Letters |
chapter |
<style>
blockquote:first-of-type {
background-color: #fbfbfb;
font-size: 80%;
padding: 1rem;
border: 1px solid #eee;
border-bottom-style: dashed;
text-align: center;
}
.dark-mode blockquote:first-of-type {
background-color: #333333;
border: 1px solid #111111;
}
</style>