.card.w11dark {
  background-color: #242424 !important;
}
.card.w11light {
  background-color: #242424 !important;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.notification {
  color: black !important;
}
.notification-content {
  color: black !important;
}
.btn.w11dark {
  background-color: white;
}
.btn.w11light {
  background-color: black;
}
.container.w11light {
  background-color: white;
  width: 100vw;
  height: 100vh;
}
.container.w11light * {
  color: black;
  width: 100vw;
  height: 100vh;
}
.container.w11dark {
  background-color: #0D1117;
}
.container.w11dark * {
  color: white;
}
.card.w11dark * {
  color: white;
}
.card.w11light * {
  color: white;
}
#theme {
  color: black;
}
body.dark {
  background-color: #0D1117;
}
body.light {
  background-color: #FFFFFF
}
