html[data-bs-theme=dark] body,
html[data-bs-theme=dark] .menuContainer > ul {
	background: #151719;
	color: white;
}

html[data-bs-theme=dark] {
	background: #151719;
}

html[data-bs-theme=dark] .file a {
	color: #fff;
}

html[data-bs-theme=dark] .bookmarked {
	background: #004d77 !important;
}

html[data-bs-theme=dark] .highlight h3 {
	color: white !important;
}

html[data-bs-theme=dark] .highlight {
	background: rgba(3, 132, 203, 1) !important;
}

html[data-bs-theme=dark] td {
	background: #151719;
}