markdown-css

.markdown-preview.markdown-preview {  // modify your style here  // eg: background-color: blue;
    blockquote { //highlights font color      color: #000000;    }
    h6,h4,h3,h2,h1 {       color: #000000;       text-align: center;    }    h5 { //heading (sub-chapter) title      font-size: 12pt;      border-style: solid;      border-width: 0px 0px 2px 0px;      border-color: #CCCCCC;    }    h4 { //chapter title       background-color: #DDDDDD;       text-align: center;       border-style: solid;       border-width: 0px 10px 0px 10px;
       padding-top: 3pt;       padding-bottom: 3pt;    }
    h3 { //section title       background-color: #DDDDDD;       text-align: center;       border-style: solid;       border-width: 2px 10px 2px 10px;       padding-top: 10pt;       padding-bottom: 10pt;    }    h2 { //book title       background-color: #FFFFFF;       border-style: solid;       border-width: 4px 0px 4px 0px;       text-align: center;       padding-top: 15pt;       padding-bottom: 15pt;    }
}