mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-13 02:16:19 +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;
|
||||
color: $single-link-hover-color;
|
||||
color: $single-link-color;
|
||||
|
||||
.dark-theme & {
|
||||
color: $single-link-hover-color-dark;
|
||||
color: $single-link-color-dark;
|
||||
}
|
||||
|
||||
&::before {
|
||||
font-weight: bolder;
|
||||
color: $single-link-hover-color;
|
||||
|
||||
.dark-theme & {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue