Fix table caption text color on dark theme

This commit is contained in:
Hugo Locurcio
2024-01-26 22:31:15 +01:00
committed by Max Hilbrunner
parent 204ece7b9e
commit 24ad66f2c3

View File

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