Set the dark-mode color of <hr>.
This commit is contained in:
parent
58af2fefce
commit
4390a00604
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue