zanetaylor
8/28/2013 - 6:42 PM

custom <ul> bullet

ul {
  list-style: none;

  li {
    padding-left: 1em;
    text-indent: -.7em;
  }

  li:before {
    content: "\002022";
    color: $lblue;
  }
}