Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
added css example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylenw committed May 27, 2015
1 parent f6151c2 commit 0388e19
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

0 comments on commit 0388e19

Please sign in to comment.