fix toc link colors in light theme
This commit is contained in:
parent
9ecae84852
commit
4e92d47695
2 changed files with 6 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
|||
|
||||
& .toc_a {
|
||||
transition: color 0.33s;
|
||||
color: hsl(var(--green) 72 40);
|
||||
color: hsl(var(--toc-link));
|
||||
}
|
||||
|
||||
& ul {
|
||||
|
@ -123,7 +123,7 @@
|
|||
|
||||
&.active {
|
||||
& > .toc_a {
|
||||
color: hsl(var(--green) 72 60);
|
||||
color: hsl(var(--toc-link-active));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue