/* Basic dark mode tweaks for Fluxer recipe */
html, body {
  background-color: #0b0b0b !important;
  color: #e6e6e6 !important;
}
