.app__header {
    background-color: rgb(13,0,46) !important;
}

.app__footer {
    background-color: rgb(13,0,46) !important;
}

.toc--theme-dark {
    background-color: rgb(7,0,25) !important;
}

.toc-item--theme-dark {
    background-color: rgb(7,0,25) !important;
}

.toc-item--selected.toc-item--theme-dark {
    background-color: rgba(102,43,253, 0.24) !important;
}
.toc-item--selected.toc-item--theme-light {
    background-color: rgb(227,214,255) !important;
    color: #000000 !important;
}

html.theme-dark body {
    background-color: rgb(7,0,25) !important;
}

.alternate-nested-background--dark {
    background-color: rgba(102,43,253, 0.24) !important;
}

:root.theme-dark {
    --wh-color-bg-main: var(rgb(7,0,25))
}

.theme-dark .definition-list__group {
    background-color: rgba(102,43,253, 0.04) !important;
}

.theme-dark .app__sidebar {
    background-color: rgb(7,0,25) !important;
}