Files
Madison Rye Progress 587a79e3aa Dark mode selected letters
2024-10-17 02:19:26 -07:00

19 lines
351 B
Markdown

---
title: "Selected Letters"
type: 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>