feat(style): update toc link color style
This commit is contained in:
@@ -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 & {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user