Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Add hover color for related words on definition page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Adur committed Feb 24, 2016
1 parent e8e63aa commit 94b64af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ main {
color: $dark-pink;
font-family: "courier";
font-weight: bold;
&:hover {
color: darken($dark-pink, 30%);
}
}
}
}
Expand Down

0 comments on commit 94b64af

Please sign in to comment.