/* styles.css */
.dark {
  background-color: #333;
  color: #fff;
}

.dark a {
  color: #fff;
}

.dark a:hover {
  color: #ccc;
}