From 55c02a07cab951193dc72bcd43b8500ca523b24b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 May 2024 19:00:14 +0200 Subject: 📝 documentation: fix color for dark mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fr/source/_static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/fr/source') diff --git a/docs/fr/source/_static/css/custom.css b/docs/fr/source/_static/css/custom.css index f9a131c54..c80ae1fc1 100644 --- a/docs/fr/source/_static/css/custom.css +++ b/docs/fr/source/_static/css/custom.css @@ -2,6 +2,10 @@ font-size: 0.9em; } +html[data-theme="dark"] .table > :not(caption) > * > * { + color: rgb(206, 214, 221); +} + .wy-table-responsive table td, .wy-table-responsive table th, .rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead { white-space: normal !important; -- cgit v1.2.3