Force brighter color with XML syntax highlighting

This commit is contained in:
Micah Jerome Ellison 2024-10-19 13:53:35 -07:00
parent 85a98afcd9
commit 4cab8583e8

View file

@ -139,3 +139,9 @@ Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
.rst-content .tip .admonition { .rst-content .tip .admonition {
background: var(--light-blue); background: var(--light-blue);
} }
/* hack to bypass a11y issue with conflicting highlight.css files */
code.language-xml span.hljs-meta span.hljs-string {
color: var(--green) !important;
}