Skip to content

Commit e5859b4

Browse files
committed
Set the dark-mode color of <hr>.
1 parent d04f538 commit e5859b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/_dark/dark-main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
--tb-odd-bg: rgba(52, 53, 42, 0.52); /* odd rows of the posts' table */
4747
--tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */
4848

49+
hr {
50+
border-color: var(--main-border);
51+
}
52+
4953
/* posts' toc */
5054
nav[data-toggle=toc] .nav-link.active,
5155
nav[data-toggle=toc] .nav-link.active:focus,

0 commit comments

Comments
 (0)