Dark mode selected letters

This commit is contained in:
Madison Rye Progress
2024-10-17 02:19:26 -07:00
parent f0dad293e2
commit 587a79e3aa

View File

@ -11,4 +11,8 @@ blockquote:first-of-type {
border-bottom-style: dashed;
text-align: center;
}
.dark-mode blockquote:first-of-type {
background-color: #333333;
border: 1px solid #111111;
}
</style>