mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
feat(style): update toc link color style
This commit is contained in:
parent
88576721cc
commit
f629b6217b
2 changed files with 4 additions and 5 deletions
|
@ -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
Loading…
Reference in a new issue