Преглед изворни кода

Fix table caption text color on dark theme

Hugo Locurcio пре 1 година
родитељ
комит
1924aa4ca2
1 измењених фајлова са 2 додато и 1 уклоњено
  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);
 }