Content above the line
Content below the line
--hr-height
--hr-width
--hr-color
var(--color-grey-light)
Override height and color:
--- style: | :root { --hr-height: 3px; --hr-color: #3b91c4; } ---
Content above
Content below (thicker blue line)