body.manual-dark-mode {
background-color: #121212 !important;
color: #e0e0e0 !important;
transition: background 0.5s, color 0.5s;
}

body.manual-dark-mode a {
color: #bb86fc !important;
}

body.manual-dark-mode header,
body.manual-dark-mode footer,
body.manual-dark-mode .site-content {
background-color: #1f1f1f !important;
}

body, body * {
transition: background 0.5s, color 0.5s;
}

