Force brighter color with XML syntax highlighting (#1943)

This commit is contained in:
Micah Jerome Ellison 2024-10-19 14:28:21 -07:00 committed by GitHub
parent 41279ae943
commit 1143fba023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,3 +139,9 @@ Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
.rst-content .tip .admonition {
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;
}