summaryrefslogtreecommitdiff
path: root/docs/fr/source
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-13 19:00:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-13 19:00:14 +0200
commit55c02a07cab951193dc72bcd43b8500ca523b24b (patch)
tree64094f20d668d9ae9253ef734a73ffac9a591f27 /docs/fr/source
parent928f7c8b708e78599ca37b9cc7fe44a1c362a294 (diff)
downloadIshtar-55c02a07cab951193dc72bcd43b8500ca523b24b.tar.bz2
Ishtar-55c02a07cab951193dc72bcd43b8500ca523b24b.zip
📝 documentation: fix color for dark mode
Diffstat (limited to 'docs/fr/source')
-rw-r--r--docs/fr/source/_static/css/custom.css4
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;