ghooghe
6/11/2013 - 9:34 AM

Selection colors

Selection colors

/* Selection colours (easy to forget) */
::selection { background: #404d23; color: #ffffff; }
::-moz-selection { background: #404d23; color: #ffffff; }
img::selection { background: transparent; }
img::-moz-selection  { background: transparent; }
body { -webkit-tap-highlight-color: #404d23; color: #ffffff; }