Merge pull request #8840 from Calinou/theme-fix-caption-color

Fix table caption text color on dark theme

(cherry picked from commit 87298e86bf)
This commit is contained in:
Max Hilbrunner
2024-01-28 10:53:46 +01:00
committed by Max Hilbrunner
parent 5e45cba236
commit 1dd3387a41

View File

@@ -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);
}