/* Default: No dark mode applied */

/* Dark mode styles when the .dark-mode class is on the body */
body.dark-mode {
    background-color: black !important;
    color: white !important;
  }
  
  body.dark-mode a {
    color: lightblue !important;
  }
  
  /* Add any additional dark mode overrides below */
  