Fix table caption text color on dark theme

This commit is contained in:
Hugo Locurcio
2024-01-26 22:31:15 +01:00
parent 515d22d2b4
commit 1924aa4ca2

View File

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