Skip to content

Commit 7987e25

Browse files
authored
Merge pull request #1585 from vitaly-pushkar/patch-1
Highlight active section with the orange color
2 parents 00dbb53 + d733a8a commit 7987e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/book.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ ol.book-toc {
139139

140140
&.active {
141141
font-weight: bold;
142+
color: $orange;
142143
}
143144
}
144145
}

0 commit comments

Comments
 (0)