Set the dark-mode color of <hr>.

This commit is contained in:
Cotes Chung 2020-02-12 00:24:47 +08:00
parent 58af2fefce
commit 4390a00604
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
--tb-odd-bg: rgba(52, 53, 42, 0.52); /* odd rows of the posts' table */
--tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */
hr {
border-color: var(--main-border);
}
/* posts' toc */
nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:focus,