Skip to content

Commit

Permalink
Force brighter color with XML syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison committed Oct 19, 2024
1 parent 85a98af commit 4cab858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs_theme/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4cab858

Please sign in to comment.