@media (prefers-color-scheme: dark) {
    :root.theme-auto, :root.theme-dark, html.theme-auto, html.theme-dark {
    --color-base-font: #ffffff !important;
    --color-url-font: #c1c1c1 !important;
    --color-url-visited-font: #705a7f !important;   
    --color-btn-background: #bababa !important;
    --color-base-background: #181818 !important;
    --color-base-background-mobile: #181818 !important;
    --color-footer-border: #bababa !important;
    --color-footer-background: #151515 !important;
    --color-settings-table-group-background: #161616 !important;
    --color-toolkit-checkbox-onoff-on-mark-background: #ffffff !important;
    --color-toolkit-checkbox-onoff-off-mark-background: #757575 !important;
    --color-categories-item-selected-font: #ffffff !important;
    --color-categories-item-border-selected: #ffffff !important;
    --color-toolkit-checkbox-input-border: #ffffff !important;
    --color-search-background: #252525 !important;
    --color-answer-background: #252525 !important;
    --color-header-background: #111111 !important;
    --color-header-border: #444444 !important;
    --color-result-vim-selected: #252525 !important;
    --color-result-vim-arrow: #8f8f8f !important;
    --color-result-link-font: #8fafff !important;
    --color-result-link-font-highlight: #6b83bf !important;
    --color-result-link-visited-font: #a98dbc !important;
    --color-autocomplete-background: #222 !important;
    --color-doc-code-background: #353535 !important;
    --color-toolkit-select-background: #3a3a3a !important;
    --color-toolkit-select-background-hover: #2e2e2e !important;
    --color-search-background-hover: #696969 !important;
    --color-bar-chart-primary: #8f8f8f !important;
    --color-result-background: #191919 !important;
  }
}

.index .title {
  min-height: 6rem;
  margin: 4rem auto;
}