Still fiddling and testing

This commit is contained in:
2025-11-23 14:10:14 -05:00
parent 02cb290e0e
commit 66ba981fb2

View File

@@ -40,11 +40,12 @@ article.popover-hint ol > li {
} }
blockquote.callout.quote { blockquote.callout.quote {
background-color: var(--tertiary); background-color: var(--light);
color: var(--darkgray);
border: 0 solid var(--dark); border: 0 solid var(--dark);
} }
code { code[data-theme="github-light github-dark"] {
background-color: #0C1911; background-color: #0C1911;
color: #46F953; color: #46F953;
} }