Преглед на файлове

Fix table caption text color on dark theme

Hugo Locurcio преди 1 година
родител
ревизия
24ad66f2c3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      _static/css/custom.css

+ 2 - 1
_static/css/custom.css

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