mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix table caption text color on dark theme
This commit is contained in:
committed by
Max Hilbrunner
parent
204ece7b9e
commit
24ad66f2c3
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user