fix toc link colors in light theme

This commit is contained in:
outfoxxed 2024-11-08 16:15:52 -08:00
parent 9ecae84852
commit 4e92d47695
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 6 additions and 2 deletions

View file

@ -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));
}
}
}