:root {
  --docmd-primary: #4f46e5;
}

html[data-theme="dark"] {
  --docmd-primary: #006AFF !important;
  --link-color: #006AFF !important;
}

body[data-source-file="index.md"] .layout-content-wrapper>aside,
body[data-source-file="index.md"] .toc-sidebar,
body[data-source-file="index.md"][class*="toc-container"],
body[data-source-file="index.md"] [class*="TableOfContents"] {
  display: none !important;
}