mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-10 15:18:27 -05:00
tweak body color. recc from HF&J
This commit is contained in:
@@ -126,7 +126,8 @@ button { width: auto; overflow: visible; }
|
||||
original author: paul irish
|
||||
TODO: consider: http://developer.yahoo.com/yui/base/ */
|
||||
|
||||
body, select, input, textarea { font-family: "lucida sans unicode","lucida sans", Arial,Sans-Serif }
|
||||
body, select, input, textarea { font-family: "lucida sans unicode","lucida sans", Arial,Sans-Serif;
|
||||
color:#444; /* looks better than black: http://twitter.com/H_FJ/statuses/11800719859 */ }
|
||||
|
||||
strong, th, h1,h2,h3,h4,h5,h6 { font-weight: bold; }
|
||||
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
|
||||
::-moz-selection{ background: #FF5E99; color:#fff;}
|
||||
::selection { background:#FF5E99; color:#fff; }
|
||||
a:link { -webkit-tap-highlight-color: #FF5E99; } /* http://j.mp/webkit-tap-highlight-color */
|
||||
/* http://j.mp/webkit-tap-highlight-color */
|
||||
a:link { -webkit-tap-highlight-color: #FF5E99; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user