html.dark, 
body.dark, 
.dark {
  --bg-primary: #05132c !important;
  --bg-secondary: #0b1e3f !important;  
  --bg-light: #122a54 !important;    
}

html.dark body {
  background-color: #05132c !important;
}