diff options
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/css/theme.css')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/css/theme.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/css/theme.css b/examples/nodejs-mongodb-mongoose-restify/css/theme.css new file mode 100644 index 0000000..12402ee --- /dev/null +++ b/examples/nodejs-mongodb-mongoose-restify/css/theme.css @@ -0,0 +1,29 @@ +.container { + background-color: #fff; +} +body { + color: #444; +} + +code { + border:1px dashed #E1E1E1; + color:#333344; + background:#FAFAFA; + font-family:monospace; + overflow:auto; + font-size:11px; + padding:0.2em; +} + +a, a:visited { + color: #444; +} + +a:hover { + color: #000; + text-decoration: none; +} + +.un-bulleted { + list-style: none; +} |