Skip to content

Commit d733a8a

Browse files
Highlight active section with the orange color
For better usability, highlight the active book section with a distinct color for a faster scan.
1 parent 00dbb53 commit d733a8a

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)