<hr class="hr" />
<hr class="hr" />
{
"yes": "yes"
}
.hr {
border-style: solid;
border-width: 1px 0 0;
color: $grey_darkest;
.color-scheme-dark & {
color: $dark_mode_grey;
}
}
Show the horizontal rule.