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

351 B

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>