1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

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

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,