Sfoglia il codice sorgente

Fix highlighting of XML tags when using a dark theme

Hugo Locurcio 5 anni fa
parent
commit
200d451b7a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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);
 }