Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Fixed #37 sidebar text change to blue on hover #40

Merged
merged 1 commit into from Nov 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sass/_sidebars.scss
Expand Up @@ -38,7 +38,7 @@
}

&:hover {
background-color: $color-gray-lightest;
color: $color-blue;
}

&.current {
Expand Down