ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  }

  div.posts > p {
    padding-bottom: 0.6em;
  }

  div.posts > ul {
    padding-bottom: 0.6em;
  }

  a {
    color: lightgray;
  }

  a.visited {
    color: darkgray;
  }

  div.split-intro > .tagline {
    font-size: 56px;
    line-height: 80%;
  }