We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f538 commit e5859b4Copy full SHA for e5859b4
1 file changed
assets/css/_dark/dark-main.scss
@@ -46,6 +46,10 @@
46
--tb-odd-bg: rgba(52, 53, 42, 0.52); /* odd rows of the posts' table */
47
--tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */
48
49
+ hr {
50
+ border-color: var(--main-border);
51
+ }
52
+
53
/* posts' toc */
54
nav[data-toggle=toc] .nav-link.active,
55
nav[data-toggle=toc] .nav-link.active:focus,
0 commit comments