summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/css/theme.css')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/css/theme.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/css/theme.css b/examples/nodejs-mongodb-mongoose-restify/css/theme.css
index 12402ee..48faf8e 100644
--- a/examples/nodejs-mongodb-mongoose-restify/css/theme.css
+++ b/examples/nodejs-mongodb-mongoose-restify/css/theme.css
@@ -27,3 +27,13 @@ a:hover {
.un-bulleted {
list-style: none;
}
+
+.message {
+ font-size: 110%;
+}
+
+.date {
+ color: #ccc;
+ font-size: 90%;
+
+}