/* Dark mode background color */
.dark body {
  background-color: hsl(240 10% 4%);
}

