.current {
  color: rgb(255, 255, 255);
  background-color: orangered;
}

body.page-one h1 {
  color: blue;
}

body.page-two h1 {
  color: green;
}

ul li {
  list-style: none;
  padding-left: 0;
}

ul li:before {
  content: "> ";
  font-family: "Times New Roman", Times, serif;
  color: #2b00ff; /* green terminal color */
  font-weight: bold;
}

/*# sourceMappingURL=styles.css.map */