Changed colors for callout quote blockquotes and their titles

This commit is contained in:
2025-11-23 13:13:01 -05:00
parent 637367fb3b
commit 1fa871646f

View File

@@ -40,7 +40,11 @@ article.popover-hint ol > li {
}
blockquote.callout.quote {
background-color: var(--darkgray);
background-color: var(--gray);
border: 0 solid var(--dark);
& .callout-title {
color: var(--tertiary);
}
}