tweak body color. recc from HF&J

This commit is contained in:
paulirish
2010-04-08 14:19:56 -04:00
parent e580422990
commit 1c403b368c
2 changed files with 4 additions and 2 deletions

View File

@@ -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; }

View File

@@ -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; }