Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
feat(style): update toc link color style
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Feb 16, 2020
1 parent 8857672 commit f629b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions assets/css/_partial/_single/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 & {
Expand Down
Loading

0 comments on commit f629b62

Please sign in to comment.