mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
committed by
Max Hilbrunner
parent
5e45cba236
commit
1dd3387a41
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user