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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user