From 0388e19063436ccfdf5aa923d350dc79100f2b4f Mon Sep 17 00:00:00 2001 From: jaylenw Date: Wed, 27 May 2015 03:04:50 -0700 Subject: [PATCH] added css example --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index b8d8594..be5f23e 100644 --- a/README.md +++ b/README.md @@ -252,3 +252,30 @@ run, Information on Disqus Universal Embed Code can be found here [Embed Code Installation Instructions](https://help.disqus.com/customer/portal/articles/472097-universal-embed-code) + + +-------------------------------------------------------------------------------- + +Below is an example of css tags that you may want to add to app.css to +quickly customize the finer parts of Simple DiscussDB. Change to where you see +fit! :) + + body { + background: #32303D; + color: #green; + } + + h1, h2, h3 { + color: red; + } + + h4 { + color:#fff; + } /* used by author in detail.html*/ + + .reveal-modal, dialog { /* customize the drop down menu*/ + + background: #32303D; + color: #fff; + + }