body {
  background: #000;
  color: #ccc;
}

a {
  color: #ccc;
  text-decoration: none;
  background-color: #333;
}

a:before {
  content: "> ";
  text-decoration: underline;
}
