diff options
author | brandon flowers <brandonflowers@gmail.com> | 2012-11-10 15:29:44 -0500 |
---|---|---|
committer | brandon flowers <brandonflowers@gmail.com> | 2012-11-10 15:29:44 -0500 |
commit | 2cbbc4502c91e72648caf159e40182f387f21753 (patch) | |
tree | 05480a34b9db7cfa989469147dd439cb80baf3a9 /examples/nodejs-mongodb-mongoose-restify | |
parent | 5deef956c65c284892cd19e96cfbfed8c7e84531 (diff) | |
download | backbonetutorials-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 'examples/nodejs-mongodb-mongoose-restify')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/css/normalize.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/css/normalize.css b/examples/nodejs-mongodb-mongoose-restify/css/normalize.css index 8dba8d2..cfb73ab 100644 --- a/examples/nodejs-mongodb-mongoose-restify/css/normalize.css +++ b/examples/nodejs-mongodb-mongoose-restify/css/normalize.css @@ -41,8 +41,8 @@ body, button, input, select, textarea { font-family: sans-serif; color: #222; } * Also: hot pink! */ -::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } -::selection { background: #fe57a1; color: #fff; text-shadow: none; } +::-moz-selection { background: #666; color: #fff; text-shadow: none; } +::selection { background: #666; color: #fff; text-shadow: none; } /* ============================================================================= |