summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorbrandon flowers <brandonflowers@gmail.com>2012-11-10 15:29:44 -0500
committerbrandon flowers <brandonflowers@gmail.com>2012-11-10 15:29:44 -0500
commit2cbbc4502c91e72648caf159e40182f387f21753 (patch)
tree05480a34b9db7cfa989469147dd439cb80baf3a9 /css
parent5deef956c65c284892cd19e96cfbfed8c7e84531 (diff)
downloadbackbonetutorials-2cbbc4502c91e72648caf159e40182f387f21753.zip
backbonetutorials-2cbbc4502c91e72648caf159e40182f387f21753.tar.gz
backbonetutorials-2cbbc4502c91e72648caf159e40182f387f21753.tar.bz2
update to the modular backbone tutorial to give data from github and replace users with contributors
Diffstat (limited to 'css')
-rw-r--r--css/reset.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reset.css b/css/reset.css
index 5b41bb7..7d70d02 100644
--- a/css/reset.css
+++ b/css/reset.css
@@ -130,8 +130,8 @@ input:invalid, textarea:invalid {
/* These selection declarations have to be separate
No text-shadow: twitter.com/miketaylr/status/12228805301
Also: hot pink! */
-::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
-::selection { background:#FF5E99; color:#fff; text-shadow: none; }
+::-moz-selection{ background: #666; color:#fff; text-shadow: none; }
+::selection { background:#666; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }