Skip to content

Commit

Permalink
change selection to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Sep 15, 2012
1 parent e1e6527 commit 45d94bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/stylesheets/style.css
Expand Up @@ -65,8 +65,8 @@ body {
color:#fff;
}

::selection {background: rgb(255,255,0);}
::-moz-selection {background: rgb(255,255,0);}
::selection {background: rgb(105,125,253);}
::-moz-selection {background: rgb(105,125,253);}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}

Expand Down

0 comments on commit 45d94bb

Please sign in to comment.