/* Color accent file - orange theme */

a:hover {
  color: #ff8c00;
}

a, a:visited, a.userlink:hover {
  color: #cc5500;
}

a.ping:hover, a.userlink, .userlink, .person a:hover {
  color: #ff8c00;
}

time a, time a:visited {
  color: #cc5500;
  text-decoration: none;
}

main {
  color: #b34700;
}

.post li::marker {
  content: "★ ";
  color: #ff8c00;
}