html.dark {
    --K15t-background-neutral-subtle-hovered: #878787;
    --K15t-foreground: #e3e3e3;
    --K15t-surface: #1f1f1f;
    --K15t-surface-overlay: #1f1f1f;
    --K15t-background-information: #1c2b42;
    --K15t-background-warning: #332e1b;
    --K15t-background-danger: #42231f;
    --K15t-background-success: #1c332b;
    --K15t-background-tip: #35243f;
    --K15t-background-input: #222;

    --bg-color: #333;

    button#navigator-toggle {
        color: var(--K15t-foreground);
    }
    [data-component=table] table td {
        background-color: #333;
        color: #CCC;
    }

    [data-component=panel][data-appearance="custom"] {
        color: #1f1f1f;
    }

    [data-component=table] table th,
    [data-component=table] table th button {
        background-color: #000 !important;
        color: #e3e3e3;
    } 

    .tree {
        color: #CCC;
    }

    footer,
    .toc.sticky {
        background-color: var(--K15t-surface);
    }

    [data-component=panel] {
        border: none;
        color: #ccc;
    }
}


.footer-content {
    li:after,
    li:nth-of-type(2) {
        display: none;
    }
}
.block-image figcaption {
    text-align: center;
    color: #e3e3e3 !important;
    max-inline-size: 55ch;
    contain: inline-size;
    inline-size: 100%;
} 