Skip to content

Commit f554b49

Browse files
Style for horizontal rule
1 parent 1f7f7d1 commit f554b49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/docs/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ button[data-share] {
6565
stroke: var(--body-link-alt);
6666
}
6767

68+
hr {
69+
border-bottom: 1px solid var(--header-separator-color);
70+
}
71+
6872
.page-content a:not(.link) {
6973
color: var(--octo-blue);
7074
}

0 commit comments

Comments
 (0)