Browse Source

Fix table caption text color on dark theme

Hugo Locurcio 1 năm trước cách đây
mục cha
commit
24ad66f2c3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);
 }