chore: update dependencies and fix blog styling #24

Merged
naomi merged 8 commits from feat/style into main 2026-03-03 19:38:00 -08:00
Showing only changes of commit d9644d3a57 - Show all commits
+8 -1
View File
@@ -34,8 +34,15 @@ blockquote p {
@apply text-center; @apply text-center;
} }
.is-dark blockquote,
.is-dark blockquote p {
color: var(--foreground);
}
blockquote { blockquote {
border: 2px dotted; border-left: 5px solid var(--accent);
box-shadow: inset 4px 0 10px -4px var(--accent);
padding-left: 1rem;
margin: 1rem; margin: 1rem;
} }