feat(style): update toc link color style

This commit is contained in:
Dillon 2020-02-16 22:01:47 +08:00
parent 88576721cc
commit f629b6217b
2 changed files with 4 additions and 5 deletions

View file

@ -54,16 +54,15 @@
} }
} }
.toc-link.active { a.active {
font-weight: bold; font-weight: bold;
color: $single-link-hover-color; color: $single-link-color;
.dark-theme & { .dark-theme & {
color: $single-link-hover-color-dark; color: $single-link-color-dark;
} }
&::before { &::before {
font-weight: bolder;
color: $single-link-hover-color; color: $single-link-hover-color;
.dark-theme & { .dark-theme & {