Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
selection non-color
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Oct 8, 2012
1 parent 674caff commit 181c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/


/* =============================================================================
Expand Down

0 comments on commit 181c5ce

Please sign in to comment.