Explorar el Código

Fix highlighting of XML tags when using a dark theme

Hugo Locurcio hace 5 años
padre
commit
200d451b7a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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);
 }