html.dark-mode {
  --page-background-color: #171717;
  --fragment-background: #383c44;
  --toc-background: #303236;
  --primary-color: #278cda;
}

.ui-resizable-e {
  background: var(--separator-color);
  width: 5px;
}

/* Turn off QT CSS */
.line {
  background: inherit;
}

dl.section.note dt {
  background: inherit;
}

dl.section.note dd {
  background: inherit;
}

dl.section.warning dt {
  background: inherit;
}

dl.section.warning dd {
  background: inherit;
}

.memSeparator {
  font-size: inherit;
}

td.memItemLeft {
	background: inherit;
	white-space: inherit;
}