Explorar el Código

Fix table caption text color on dark theme

Hugo Locurcio hace 1 año
padre
commit
1924aa4ca2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      _static/css/custom.css

+ 2 - 1
_static/css/custom.css

@@ -360,7 +360,8 @@ article ol,
 }
 
 body,
-.rst-content table.docutils thead {
+.rst-content table.docutils thead,
+.rst-content table.docutils caption {
     color: var(--body-color);
 }