Skip to content

Commit

Permalink
css: indicate target heading with a red permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jan 29, 2016
1 parent a374400 commit 856246e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/md2man/rakefile/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@

a.md2man-permalink:hover,
*:target > a.md2man-permalink {
opacity: initial
opacity: inherit;
}

*:target > a.md2man-permalink {
color: red;
}
}

Expand Down

0 comments on commit 856246e

Please sign in to comment.