Files
PhpSpreadsheet/docs/extra/extra.css
T
2026-08-31 22:50:46 -07:00

26 lines
833 B
CSS

/* Make the huge table always visible */
table.features-cross-reference {
overflow: visible !important;
}
.rst-content table.features-cross-reference.docutils th,
.rst-content table.features-cross-reference.docutils td {
background-color: white;
}
/* https://github.com/mkdocs/mkdocs/discussions/3035#discussioncomment-7237037 */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal !important;
}
.wy-table-responsive {
overflow : visible !important;
}
/* https://github.com/readthedocs/sphinx_rtd_theme/issues/295#issuecomment-455226058 */
.wy-nav-content {max-width: none;}
.wehavedarktoggle {display: block;}
.wedonthavedarktoggle {display: none;}
[data-bs-theme="dark"] img[alt="Logo"] {filter: invert(100%)}
[data-md-color-scheme="slate"] img[alt="Logo"] {filter: invert(100%)}