Przeglądaj źródła

Merge pull request #3180 from Calinou/fix-dark-theme-xml-highlight

Fix highlighting of XML tags when using a dark theme
Rémi Verschelde 5 lat temu
rodzic
commit
abd076c75b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      _static/css/custom.css

+ 2 - 1
_static/css/custom.css

@@ -349,7 +349,8 @@ code,
     color: var(--highlight-type2-color);
 }
 
-.highlight .nf {
+.highlight .nf,
+.highlight .nt {
     color: var(--highlight-function-color);
 }