#starred-links .list-block li a {
  display: block;
  font-weight: 500;
  line-height: 1.777;
  padding: .25em 0;
}
#starred-links .list-block li a {
  background-image: linear-gradient(to right,rgba(0,0,0,.15) 40%,rgba(255,255,255,.15) 60%);
}
#starred-links.row a {
  color: #2c2a29;
}
#starred-links .list-block li a:focus, #starred-links .list-block li a:hover, #starred-links li a {
  background-image: linear-gradient(to right,#782f40 40%,#ceb888 60%);
  background-position: 50% calc(100% - 1px);
  background-position: 50% 90%;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
#starred-links li a:before {
  content: "\f005  ";
  white-space:pre;
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}
#starred-links .h6 {
  font-size:16px;
}
#starred-links ul {
  margin-bottom:0;
}