summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2012-11-10 17:32:50 -0800
committerThomas Davis <thomasalwyndavis@gmail.com>2012-11-10 17:32:50 -0800
commit36613214a3d25e4750674328c7b1d597432c616e (patch)
tree6680b256595516cc11cf521a2f1050d722c90fb7 /examples/nodejs-mongodb-mongoose-restify
parentccff433fd537daebf345617ec7fc843de8ebcf2e (diff)
parent2cbbc4502c91e72648caf159e40182f387f21753 (diff)
downloadbackbonetutorials-36613214a3d25e4750674328c7b1d597432c616e.zip
backbonetutorials-36613214a3d25e4750674328c7b1d597432c616e.tar.gz
backbonetutorials-36613214a3d25e4750674328c7b1d597432c616e.tar.bz2
Merge pull request #61 from headwinds/gh-pages
Module Backbone Tutorial: Mining Github for Contributor Gold
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/css/normalize.css4
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; }
/* =============================================================================