ul {
  background-color: gray;
}
ul div {
  margin: 10;
}
ul span {
  color: orange;
  font-size: 18px;
}
ul p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  color: white;
  font-size: 16px;
}
ul i {
  font-size: 14px;
  color: lightgray;
}

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