So sehen hr besser aus.
hr {
border: 0;
height: 1px;
border-top: 1px solid #B2B5BA;
background-color: transparent;
}Oder mit Verlauf ins Transparente:
hr.gradientBlack {
border: 0;
height: 1px;
background: none;
background-image: linear-gradient(to right, transparent, #000, transparent);
}