html[data-theme="light"] {
  /* todo */
}

html[data-theme="dark"] {
  color: #ffffff;
  background-color: #18222b;
}
