body {
  background-color: #ffffff !important;
  color: #000000 !important;
}
body.dark-mode {
  background-color: #111111 !important;
  color: #ffffff !important;
}
body main div a {
  background-color: inherit !important;
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
}

/*# sourceMappingURL=sunrise.css.map */
