diff options
Diffstat (limited to 'docs/fr/source/_static')
| -rw-r--r-- | docs/fr/source/_static/css/custom.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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; | 
