Skip to content

Commit 523b75b

Browse files
Update colors by taking into account new dark mode
1 parent 2e105e6 commit 523b75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/assets/scss/_toc.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
&:hover,
3939
&.active {
40-
color: $bd-purple;
41-
background-color: $bd-purple-light;
40+
color: var(--bs-emphasis-color);
41+
background-color: var(--bd-sidebar-link-bg);
4242
}
4343
&.active {
4444
font-weight: 500;

0 commit comments

Comments
 (0)