/* SPDX-FileCopyrightText: 2015-2023 Tanguy Fardet
 * SPDX-License-Identifier: CC0-1.0
 */

footer {
    font-size: 95%;
}

.toc-drawer {
    font-size: 110%;
}

.sidebar-logo {
    max-width: 90% !important;
}

.sphx-glr-thumbnails{
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
}

.sphx-glr-thumbcontainer img {
    max-height: 320px !important;
    max-width: 320px !important;
}

.admonition {
    font-size: 90%;
}

@media (prefers-color-scheme: dark) {
    body:not([data-theme="light"]) .math {
        filter: invert(100%);
    }
}

@media (prefers-color-scheme: light) {
    body[data-theme="dark"] .math {
        filter: invert(100%);
    }
}
