Changed selector as other selector was not working

This commit is contained in:
2025-11-23 14:17:41 -05:00
parent 66ba981fb2
commit 08a63d8852

View File

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