Skip to content

Commit

Permalink
css: change permalink symbols from hearts to stars
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jan 29, 2016
1 parent dcb2b44 commit a374400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/md2man/rakefile/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

a.md2man-permalink:before {
content: '\2665'; /* ♥ */
content: '\2605'; /* ★ */
}

a.md2man-permalink:hover,
Expand Down

0 comments on commit a374400

Please sign in to comment.